Profiling burn-rate

Hannah Schroeter uk1o@rz.uni-karlsruhe.de
Tue, 10 Apr 2001 22:52:29 +0200


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.