clock-0.2.0.0: High-resolution clock and timer functions: realtime, monotonic, cputime, etc.

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

Versions0.1, 0.1.1, 0.1.2, 0.1.2.1, 0.2.0.0
Dependenciesbase (≥2 & <5)
LicenseBSD3
Copyright(c) Cetin Sert 2009-2010, (c) Eugene Kirpichov 2010
AuthorCetin Sert <cetin@sertcom.de>, Eugene Kirpichov <ekirpichov@gmail.com>
MaintainerCetin Sert <cetin@sertcom.de>
StabilityExperimental
CategorySystem
Home pagehttp://corsis.sourceforge.net/index.php/Haskell/Clock
Upload dateWed Dec 15 19:30:36 UTC 2010
Uploaded byCetinSert
Built onghc-7.0, ghc-7.2
DistributionsDebian: 0.2.0.0

Modules

Downloads