base-io-access-0.4.0.0: The IO functions included in base delimited into small, composable classes

Safe HaskellSafe-Inferred
LanguageHaskell2010

Access.System.CPUTime

Documentation

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