We don’t allow questions seeking recommendations for books, tools, software libraries, and more. You can edit the question so it can be answered with facts and citations.
Closed 3 years ago.
开发者_开发问答 Improve this questionIs there any tool out there to visualize large object heap?
Currently I'm using ANTS Memory Profiler, it tells that LOH is fragmented but you can't actually see the fragmentation (I'm hoping to see a visual representation of LOH like Windows Defrag tool visualize disk fragmentation).
The Microsoft CLR Profiler tool will be able to show you a visual graph of the large object heap.
How To: Use CLR Profiler
http://msdn.microsoft.com/en-us/library/ff650691.aspx
Identify And Prevent Memory Leaks In Managed Code - Look at the section on "Leaking" Managed Heap Memory
http://msdn.microsoft.com/en-us/magazine/cc163491.aspx#S5
精彩评论