module Time:sig
..end
val total : unit -> float
val start : unit -> float
type
timer
start_timer()
and first call to Utils.Time.stop_timer
val start_timer : unit -> timer
val stop_timer : timer -> unit
val get_timer : timer -> float
Utils.Time.start_timer
and now, or
between Utils.Time.start_timer
and Utils.Time.stop_timer