extra-0.1: Extra functions I use.

Safe HaskellNone

System.Time.Extra

Synopsis

Documentation

offsetTime :: IO (IO Double)Source

Call once at the start, then call repeatedly to get Time values out

offsetTimeIncrease :: IO (IO Double)Source

Like offsetTime, but results will never decrease (though they may stay the same)

duration :: IO a -> IO (Double, a)Source