[Haskell-cafe] Timing pure functions?

Johan Tibell johan.tibell at gmail.com
Wed May 27 06:56:12 EDT 2009


On Wed, May 27, 2009 at 12:02 PM, austin s <as at 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
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://www.haskell.org/pipermail/haskell-cafe/attachments/20090527/1e8f3f6a/attachment.html


More information about the Haskell-Cafe mailing list