Stats.Counter
type t
val create : string -> t
val incr : t -> unit
val add : t -> int -> unit
val print : Stdlib.Format.formatter -> t -> unit