module Time:sig..end
val total : unit -> floatval start : unit -> floattype timer
start_timer()
and first call to Utils.Time.stop_timerval start_timer : unit -> timer
val stop_timer : timer -> unitval get_timer : timer -> floatUtils.Time.start_timer and now, or
between Utils.Time.start_timer and Utils.Time.stop_timer