val create : ?init:int -> name:string -> unit -> t
val make : name:string -> t
val value : t -> int
val set_value : t -> int -> unit
val increase : t -> int -> unit
Record a change in the value of the metric. The change can be negative.
MProf.Counter