Module Util.Timer
Timers are printed all at once by the dump function on stderr. * They can enabled or disabled (default)
val create : ?enabled:bool -> string -> tcreate screate and register a new logger nameds
val enable : label -> unitenable "barname": enable the progress bar with label "barname"
val pp_timer : Stdlib.Format.formatter -> t -> unitval dump : Stdlib.Format.formatter -> unit -> unitprint all timers that are enabled