[Haskell-beginners] profiling :: memory allocation
Konstantin Saveljev
konstantin.saveljev at gmail.com
Mon May 18 12:03:55 UTC 2015
Hello,
I'm trying to figure out how to reduce the allocation rate in my program.
But I'm stuck with the profile report which has the top allocator to be
shown like this:
COST CENTRE MODULE %time %alloc
>>= Internal 20.5 22.6
I do not understand what it actually means? Can anyone explain to me or is
there anything I can do so it shows some more information (instead of
showing the bind operator >>=) ?
Thanks,
Konstantin
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://mail.haskell.org/pipermail/beginners/attachments/20150518/b428ddf3/attachment.html>
More information about the Beginners
mailing list