<div class="gmail_quote">On Wed, May 27, 2009 at 12:02 PM, austin s <span dir="ltr"><<a href="mailto:as@nijoruj.org">as@nijoruj.org</a>></span> wrote:<br><blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">
<div><div class="h5">
</div></div>Perhaps benchpress would be more to your liking:<br>
<br>
<a href="http://hackage.haskell.org/cgi-bin/hackage-scripts/package/benchpress" target="_blank">http://hackage.haskell.org/cgi-bin/hackage-scripts/package/benchpress</a><br>
</blockquote></div><br>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.<br>
<br>Cheers,<br><br>Johan<br><br>