haskellfoundation / hs-opt-handbook.github.io

The Haskell Optimization Handbook
https://haskell.foundation/hs-opt-handbook.github.io/
Creative Commons Attribution 4.0 International
173 stars 12 forks source link

Heap profiling doesn't always require compiling in profiling way #83

Open mpickering opened 1 year ago

mpickering commented 1 year ago

Thank you for the comprehensive section in the book about using eventlog2html to do heap profiling. It's a good resource.

I think it is very import to mention that you do not need to compile in the profiling way to use -hT and -hi profiling modes.

I do most my profiling using these two modes and it greatly simplifies things not having to use profiled way.