[Haskell-cafe] measuring time differences between functions
Daniel Fischer
daniel.is.fischer at web.de
Wed Jun 17 15:16:37 EDT 2009
Am Mittwoch 17 Juni 2009 20:25:08 schrieb Nico Rolle:
> or is there a better way to mesure performance in execution time?
I think System.CPUTime provides more reliable timings if the work takes long enough for
the scheduler to kick in.
And there are several benchmarking packages on Hackage, e.g. maybench, microbench,
benchpress, StrictBench.
More information about the Haskell-Cafe
mailing list