What is the format of GHC hp profile?

天大地大妈咪最大 提交于 2019-12-24 00:48:47

问题


I have a program that exhausts memory. If I were to trust hp2pretty, this program barely uses 1% of the heap at peak. So, I'd like to verify the contents of "suspect" .hp lines like:

(39987)listDirectoryCerts.getDirContents/listDirector...    179632

How else can I determine what is consuming all my heap?

来源:https://stackoverflow.com/questions/47127085/what-is-the-format-of-ghc-hp-profile

标签
易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!