module Timer:sig..end
Timers are printed all at once by the dump function on stderr.
* They can enabled or disabled (default)
type t
val create : ?enabled:bool -> string -> tcreate s create and register a new logger named s
val enable : Common.Util.label -> unitenable "barname" : enable the progress bar with label "barname"
val pp_timer : Stdlib.Format.formatter -> t -> unit
val dump : Stdlib.Format.formatter -> unit -> unitprint all timers that are enabled
val start : t -> unit
val stop : t -> 'a -> 'a
val available : unit -> Common.Util.label listreturn the labels of all available progress bar