signature TIMER
structure Timer : TIMER
An extended version of the Standard ML Basis' Timer structure.
See also: Time
Imported implicitly.
signature TIMER =
sig
type cpu_timer
type real_timer
val startRealTimer : unit -> real_timer
val checkRealTimer : real_timer -> Time.time
val totalRealTimer : unit -> real_timer
end
Items not described here are as in the Standard ML Basis' Timer structure.
Limitations: The following standard functions are currently missing: