Tezos_shell_benchmarks.Io_stats
module Context = Tezos_protocol_environment.Context
val pp : Stdlib.Format.formatter -> t -> unit
val empty_stats : unit -> t
val tree_statistics : int Io_helpers.Key_map.t -> t
val load_tree : Context.t -> Context.key -> int Io_helpers.Key_map.t Lwt.t
val fold_tree :
string ->
Tezos_base.TzPervasives.Context_hash.t ->
Context.key ->
'a ->
('a -> string list -> Context.tree -> 'a Lwt.t) ->
'a Lwt.t
val context_statistics :
string ->
Tezos_base.TzPervasives.Context_hash.t ->
t Lwt.t
val plot_histograms : string -> t -> unit