module TimeCertificate:Timer.S
val start : unit -> unitStart (or restart) recording user time when this function is called.
val pause : unit -> unitPause the time, i.e. accumulates time elapsed since last (re-)start
val get : unit -> floatReturns the time in seconds accumulated in the timer.