[Haskell-cafe] call for a better timing method
Johan Tibell
johan.tibell at gmail.com
Thu Nov 4 15:22:01 EDT 2010
On Thu, Nov 4, 2010 at 8:09 PM, Jiansen He <jiansenhe at googlemail.com> wrote:
> Hello,
> I want to write a timing method to test sub steps in my program.
Benchmarking is really tricky. I suggest you use the excellent
Criterion benchmarking package:
http://hackage.haskell.org/package/criterion
Just type "cabal install criterion -f-Chart"
Johan
More information about the Haskell-Cafe
mailing list