12 Time Library

The Time Library contains a few patterns concerning the system time:

SystemTime This return the system time in a integer. This is system dependent.

PreciseTime As SystemTime but this also returns the millisecond resolution of time. The accurracy is system dependent.

CpuTime This returns the amount of CPU time in milliseconds used since the first call of Cputime in this program. May not work on all platforms.

FormatTime This converts a system time integer to a readble text format.

See the Interface file for details.

13 Time History

The Time History Library contains a single pattern:
TimeHistory: this pattern keeps track of a history of CPU time. If called with true current time and used CPU time is printed on a stream or the screen.

See the Interface file for details.


System Utilities - Reference Manual
© 1994-2002 Mjølner Informatics
[Modified: Tuesday October 17th 2000 at 22:02]