Module Time


module Time: sig .. end
Elapsed user processor time points.

type time 
Time point.
val epoch : time
Dawn of processor time.
val now : unit -> time
Current processor time.
val since : time -> float
since t () is user processor time, in seconds, elapsed since t.

Hosted by the SourceForge.net Logo* web site.
*Other names and brands may be claimed as the property of others.