12 Nov
2001
12 Nov
'01
6:13 p.m.
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" <awfurtado@uol.com.br> To: <glasgow-haskell-users@haskell.org> Sent: Sunday, November 11, 2001 19:08 Subject: profiling problem
I've installed GHC-5.02 (and the profiling libraries) for Windows platforms (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