Stats.Timer
type t
val create : string -> t
val start : t -> unit
val stop : t -> 'a -> 'a
val print : Stdlib.Format.formatter -> t -> unit