On Thu, Nov 4, 2010 at 8:09 PM, Jiansen He <[email protected]> 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
_______________________________________________
Haskell-Cafe mailing list
[email protected]
http://www.haskell.org/mailman/listinfo/haskell-cafe

Reply via email to