jon.recoil.org

Module Profile.Counters

type t
val create : unit -> Profile.Counters.t
val is_empty : Profile.Counters.t -> bool
val get : string -> Profile.Counters.t -> int
val set : string -> int -> Profile.Counters.t -> Profile.Counters.t
val incr : string -> Profile.Counters.t -> Profile.Counters.t
val to_string : Profile.Counters.t -> string