[Haskell-cafe] Is there a way to do *allocation* profiling with a breakdown by type?

Eugene Kirpichov ekirpichov at gmail.com
Thu Jan 19 12:28:44 CET 2012


Hi,

I've got a program that seems to spend much of its time allocating
short-lived objects, which therefore don't show up in +RTS -hy or alike.

Is there a way to get a breakdown by type of the objects that are being
*allocated* but not necessarily retained (disappear after gen0)?

-- 
Eugene Kirpichov
Principal Engineer, Mirantis Inc. http://www.mirantis.com/
Editor, http://fprog.ru/
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://www.haskell.org/pipermail/haskell-cafe/attachments/20120119/eb34be02/attachment.htm>


More information about the Haskell-Cafe mailing list