Safe Haskell | Safe-Inferred |
---|---|
Language | Haskell2010 |
Access.System.CPUTime
Documentation
module System.CPUTime
class Access io => CPUTimeAccess io where Source
Methods
getCPUTime' :: io Integer Source
Computation getCPUTime
returns the number of picoseconds CPU time
used by the current program. The precision of this result is
implementation-dependent.
Instances