plebeia
Snapshot.Stat
Statistics of the nodes in a snapshot
plebeia.msync
plebeia.test_utils
type t = {
nodes : int;
segments : int * int;
values : int * int;
cached : int;
hashes : int * int;
}
val get : Snapshot.snapshot -> t
val pp : Format.formatter -> t -> unit