[Haskell-cafe] Analysing Haskell Program
Thomas Davie
tom.davie at gmail.com
Fri Aug 1 10:50:49 EDT 2008
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
More information about the Haskell-Cafe
mailing list