How can I go about getting a program\'s running time through system time functions in Haskell? I would like to measure the execution time of a whole program and/or an individual
:set +s is really neat if use ghci, otherwise you can use Criterion.Measurement, see my answer to another question with example.
:set +s
Criterion.Measurement