Now when Ganesh Sittampalam shed some light on GHC RTS memory management I have another question: what means exist to check, how much of allocated memory is "bound" and how much of it is not used at the moment?
Tell me more
×
Stack Overflow is a question and answer site for
professional and enthusiast programmers. It's 100% free, no registration required.
|
|
You want heap profiling: http://www.haskell.org/ghc/docs/6.12.2/html/users_guide/prof-heap.html |
|||
|
|