Module Snapshot.StatSource

Statistics of the nodes in a snapshot

Statistics of the nodes in a snapshot

Sourcetype t = {
  1. nodes : int;
  2. segments : int * int;
  3. values : int * int;
  4. cached : int;
  5. hashes : int * int;
}
Sourceval pp : Format.formatter -> t -> unit