clock: High-resolution clock and timer functions: realtime, monotonic, cputime, etc.
A package for convenient access to high-resolution clock and timer functions of different operating systems.
It is planned to consist of two layers. The lower layer will provide direct access to OS-specific clock and timer functions like clock_gettime of Posix or GetTickCount of Windows and its upper layer shall then provide a common API for all supported systems. Currently only the lower level is being developed.
POSIX reference: IEEE Std 1003.1-2008 http://www.opengroup.org/onlinepubs/9699919799/, http://www.opengroup.org/onlinepubs/9699919799/functions/clock_getres.html#
WINDOWS reference: !! This early version is posix-only and does not build on Windows. Support will be added in the future. !!
For more information, see: http://sert.homedns.org/hs/clock
| Versions | 0.1, 0.1.1, 0.1.2, 0.1.2.1 |
|---|---|
| Dependencies | base (>=2 && <5) |
| License | BSD3 |
| Copyright | (c) 2009 Cetin Sert |
| Author | Cetin Sert <cetin@sertcom.de> |
| Maintainer | Cetin Sert <cetin@sertcom.de> |
| Stability | Experimental |
| Category | System |
| Home page | http://sert.homedns.org/hs/clock |
| Upload date | Wed Jun 17 04:34:24 UTC 2009 |
| Uploaded by | CetinSert |
| Built on | ghc-6.10, ghc-6.12 |
| Distributions | Arch: 0.1.2.1 |
Modules
- System
- Posix
Downloads
- clock-0.1.2.1.tar.gz (Cabal source package)
- package description (included in the package)
