ghc-internal-9.1001.0: Basic libraries
Safe HaskellTrustworthy
LanguageHaskell2010

GHC.Internal.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