System.TimeIt
timeIt :: IO a -> IO a Source #
Wrap an IO computation so that it prints out the execution time.
IO
timeItT :: IO a -> IO (Double, a) Source #
Wrap an IO computation so that it returns execution time is seconds as well as the real value.