Module Stats.Global

type nonrec 'a stats = t

Operations to save/restore global accumulated state

type t
val zero : unit -> t
val dump : unit -> t
val restore : t -> unit
val get_f : t -> kind:Kind.t -> unit stats

Get a particular field

val to_string : t -> string