GHC.Event.Windows.Clock
Contents
data Clock Source #
Monotonic clock
type Seconds = Double Source #
getTime :: Clock -> IO Seconds Source #
Get the current time, in seconds since some fixed time in the past.
getClock :: IO Clock Source #
Figure out what time API to use, and return a Clock for accessing it.
Clock
queryPerformanceCounter :: IO (Maybe Clock) Source #
getTickCount64 :: IO Clock Source #