[Prev] [Up] [Next]


The CPU Time Library "LibCPUTime"


> interface LibCPUTime where

> getCPUTime      :: IO Integer

Computation getCPUTime returns the number of nanoseconds CPU time used by the current program. The precision of this result is implementation-dependent.

(Rationale)


[Prev] [Up] [Next]


The Definition of Monadic I/O in Haskell 1.3
Haskell 1.3 Committee
haskell1.3@comp.vuw.ac.nz