
12 Nov
2001
12 Nov
'01
1:13 p.m.
I've installed GHC-5.02 (and the profiling libraries) for Windows
Turn down the context switching time and/or the delta between
profiling samples, e.g., to get the max amount of data, do
prog +RTS -h -C0 -i0
--sigbjorn
----- Original Message -----
From: "Andre W B Furtado"
(I have Windows98 running on my machine), but everytime I try to check the heap profiling for a program, I always get an empty graph (as the one attached). I'm sure I am doing the right steps (compiling the program with "-prof -auto-all" option, executing it with "+RTS -h" and then calling hp2ps).
Any suggestions?
-- Andre