clock: low-level binding to time.h: clock_gettime and clock_getres

[ bsd3, library, system ] [ Propose Tags ]

low-level binding to time.h: clock_gettime and clock_getres. clock_settime will be added in later versions.


[Skip to Readme]

Modules

[Index]

Downloads

Maintainer's Corner

Package maintainers

For package maintainers and hackage trustees

Candidates

Versions [RSS] 0.1, 0.1.1, 0.1.2, 0.1.2.1, 0.2.0.0, 0.3, 0.4.0.1, 0.4.1.1, 0.4.1.2, 0.4.1.3, 0.4.2.0, 0.4.3.0, 0.4.4.0, 0.4.5.0, 0.4.6.0, 0.5.0.0, 0.5.0.1, 0.5.1, 0.5.2, 0.6.0, 0.6.0.1, 0.7.1, 0.7.1.1, 0.7.2, 0.8, 0.8.2, 0.8.3, 0.8.4
Change log CHANGES
Dependencies base (>=2 && <5) [details]
License BSD-3-Clause
Copyright (c) 2009 Cetin Sert
Author Cetin Sert <cetin@sertcom.de>
Maintainer Cetin Sert <cetin@sertcom.de>
Category System
Home page http://sert.homedns.org/hs/clock/
Uploaded by CetinSert at 2009-06-16T02:56:25Z
Distributions Arch:0.8.4, Debian:0.8, Fedora:0.8.4, LTSHaskell:0.8.4, NixOS:0.8.4, Stackage:0.8.4, openSUSE:0.8.4
Reverse Dependencies 128 direct, 4232 indirect [details]
Downloads 147993 total (555 in the last 30 days)
Rating 2.5 (votes: 5) [estimated by Bayesian average]
Your Rating
  • λ
  • λ
  • λ
Status Docs uploaded by user
Build status unknown [no reports yet]

Readme for clock-0.1.1

[back to package description]
Dedicated to An Le Thi Thanh

----------------

DESCRIPTION

  low-level bindings to time.h: clock_gettime and clock_getres

----------------

CONSIDERATIONS

  → Move from System.CPUTime.Clock to either System.Posix.Clock
    or ask for suggestions from other people.

  → clock_getres has type 'Clock → IO TimeSpec' discuss changing
    to 'Clock → TimeSpec' with other haskell developers.


----------------

KNOWN ISSUES

  → clock_settime not implemented.

  → namespace have not been confirmed final.