package plebeia

  1. Overview
  2. Docs
Legend:
Library
Module
Module type
Parameter
Class
Class type

Statistics of the nodes in a snapshot

Statistics of the nodes in a snapshot

type t = {
  1. nodes : int;
  2. segments : int * int;
  3. values : int * int;
  4. cached : int;
  5. hashes : int * int;
}
val get : Snapshot.snapshot -> t
val pp : Format.formatter -> t -> unit