开发者

Comparing two dump files for report on objects with highest growth

开发者 https://www.devze.com 2023-02-11 07:07 出处:网络
For debugging managed applications If I have two dump files, is there anyway to compare these two file? I am thinking about the scenario of memory leaks and if I take process snapshots at different ti

For debugging managed applications If I have two dump files, is there anyway to compare these two file? I am thinking about the scenario of memory leaks and if I take process snapshots at different time, I was wondering if there are anyways开发者_JS百科 of automatically comparing the files and get some type of report on which object has largest growth in count and/or size. I know you can generate these type of reports via ANT memory profiler but looking for any free tools/scripts for this purpose.


Can you use !dumpheap -stat and compare the results using a powershell script?

0

精彩评论

暂无评论...
验证码 换一张
取 消

关注公众号