stopwatch-0.1.0.3: A simple stopwatch utility

MaintainerToshio Ito <debug.ito@gmail.com>
Safe HaskellSafe
LanguageHaskell2010

Control.StopWatch

Description

A simple stopwatch utility function(s).

Synopsis

Documentation

stopWatch :: MonadIO m => m a -> m (a, TimeSpec) Source #

Execute the given computation, measure the time it takes and return the result.