Module NewProfile.Counters

type t
val get : unit -> t
val zero : t
val (+) : t -> t -> t
val (-) : t -> t -> t
val print : t -> Pp.t