On Wed, May 27, 2009 at 12:02 PM, austin s <as@nijoruj.org> wrote:
Perhaps benchpress would be more to your liking:

 http://hackage.haskell.org/cgi-bin/hackage-scripts/package/benchpress

Note that since benchpress measures every single invocation of the provided IO action in order to compute percentiles it's not good at measuring the execution times of small functions as the timing overhead dominates in those cases.

Cheers,

Johan