base-4.18.2.1: Core data structures and operations
Safe HaskellTrustworthy
LanguageHaskell2010

GHC.Clock

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