module Counter:sig
..end
type
t = {
|
name : |
|
unit_str : |
|
mutable value : |
|
events : |
val all : (string, t) Batteries.Hashtbl.t
val make : string -> string -> t
val increase : t -> int64 -> unit
val print : 'a BatInnerIO.output -> t -> unit