10 Apr
2001
10 Apr
'01
8:52 p.m.
Hello! On Tue, Apr 10, 2001 at 01:27:11PM -0400, Sengan wrote:
[...] processing. Had I had a means of measuring profiling burn-rate, I'm guessing that [...]
Using ghc, what's wrong with compiling with -prof and cost centres set (in doubt, use -auto-all -caf-all or similar), and then using the RTS options for memory profiling, such as +RTS -pA -RTS, or +RTS -PA -RTS or +RTS -hC -RTS or similar? Kind regards, Hannah.