base-4.6.0.1: Basic libraries

Portabilityportable
Stabilityprovisional
Maintainerlibraries@haskell.org
Safe HaskellTrustworthy

System.CPUTime

Description

The standard CPUTime library.

Synopsis

Documentation

getCPUTime :: IO IntegerSource

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

cpuTimePrecision :: IntegerSource

The cpuTimePrecision constant is the smallest measurable difference in CPU time that the implementation can record, and is given as an integral number of picoseconds.