Oclock
Precise POSIX clock library for Ocaml. This library uses the
clock_gettime(2) family of functions, to get precisions from below the
milliseconds upto the nanoseconds depending on the platform (system
and CPU).
It lets you measure time from the real-time clock, monotonic clocks,
or CPU-time clocks of the current process, of a remote process, or of
a thread.
[ Homepage ]
| Author: | Mickaël Delahaye. |
| Last modification date: | 22-Sep-2010 |
| Version: | 0.2 |
| Development status: | Beta |
| Kind: | Libraries :: Bindings with C libraries |
| License: | Open Source :: BSD |
| Topic: | System :: System programming |
| Homepage: | http://github.com/polazarus/oclock |