On 1 Aug 2008, at 16:01, Roberto D'Aprile wrote:

Hello to everybody

I'm using haskell for some research work and now i need to evaluate the performance of some simple haskell programs in particular information on the like, CPU cycles, bus usage, memory access and so on; so i wish to know if there is a way to compile haskell programms so they can be used with simplescalar or if there is another tool which i can use.

I've been getting some useful information by compiling with -fvia-C and then using dtrace to look at what's going on.

Bob
_______________________________________________
Haskell-Cafe mailing list
Haskell-Cafe@haskell.org
http://www.haskell.org/mailman/listinfo/haskell-cafe

Reply via email to