haskellfoundation / hs-opt-handbook.github.io

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

Heap Profiling with GHC #9

Open doyougnu opened 2 years ago

doyougnu commented 2 years ago

1.1.1 heap profiling (most importantly what to look for, e.g., classic triangle implies memory leak): -hT -hC -hy etc.