The clock package
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: ...
For more information, see: http://corsis.sourceforge.net/index.php/Haskell/Clock
Properties
| Versions | 0.1, 0.1.1, 0.1.2, 0.1.2.1, 0.2.0.0 |
|---|---|
| Dependencies | base (≥2 & <5) |
| License | BSD3 |
| Copyright | (c) Cetin Sert 2009-2010, (c) Eugene Kirpichov 2010 |
| Author | Cetin Sert <cetin@sertcom.de>, Eugene Kirpichov <ekirpichov@gmail.com> |
| Maintainer | Cetin Sert <cetin@sertcom.de> |
| Stability | Experimental |
| Category | System |
| Home page | http://corsis.sourceforge.net/index.php/Haskell/Clock |
| Upload date | Wed Dec 15 19:30:36 UTC 2010 |
| Uploaded by | CetinSert |
| Built on | ghc-7.0, ghc-7.2 |
| Distributions | Debian: 0.2.0.0 |
Modules
- System
- Posix
Downloads
- clock-0.2.0.0.tar.gz (Cabal source package)
- package description (included in the package)