Hi Tays,

I did at my master thesis a compiler that generates Haskell code. Now I need
to measure the execution time of my generated code and I've been searched
and I don't know if I'm looking with the wrong keywords but I could not find
anything. I just need to measure the time of simple functions, like
Ackermann and Fibonacci. Does anyone know how to measure the execution time
of a Haskell program or function?

Does the unix command "time" not work? (if you are on windows I have a
variant from Bulat that does the same on Windows)

The CPUTime module also has some useful bits.

Thanks

Neil
_______________________________________________
Glasgow-haskell-users mailing list
Glasgow-haskell-users@haskell.org
http://www.haskell.org/mailman/listinfo/glasgow-haskell-users

Reply via email to