base-4.20.0.0: Core data structures and operations
LicenseBSD-style (see the file LICENSE in this distribution)
Stabilityinternal
Portabilityportable
Safe HaskellSafe
LanguageHaskell2010

GHC.Clock

Description

System monotonic time.

Synopsis

Documentation

getMonotonicTime :: IO Double Source #

Return monotonic time in seconds, since some unspecified starting point

@since base-4.11.0.0

getMonotonicTimeNSec :: IO Word64 Source #

Return monotonic time in nanoseconds, since some unspecified starting point

@since base-4.11.0.0