5 Nov
2010
5 Nov
'10
3:22 a.m.
On Thu, Nov 4, 2010 at 8:09 PM, Jiansen He <jiansenhe@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