[Haskell-cafe] How can I check which thunks are piling up on the stack?

Denis Bueno dbueno at gmail.com
Tue Mar 17 23:54:07 EDT 2009


On Tue, Mar 17, 2009 at 06:37, Gü?nther Schmidt <gue.schmidt at web.de> wrote:
> Hi,
>
> How can I check which thunks are piling up on the stack?

Check out the section on retainer profiling in the "Profiling memory
usage" section of the GHC manual:

    http://www.haskell.org/ghc/docs/latest/html/users_guide/prof-heap.html

                           Denis


More information about the Haskell-Cafe mailing list