> 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.
getCPUTime
[Prev] [Up] [Next]