开发者

Visualizing Large Object Heap Fragmentation [closed]

开发者 https://www.devze.com 2023-04-03 23:00 出处:网络
Closed. This question is seeking recommendations for books, tools, software libraries, and more. It does not meet Stack Overflow guidelines. It is not currently accepting answers.
Closed. This question is seeking recommendations for books, tools, software libraries, and more. It does not meet Stack Overflow guidelines. It is not currently accepting answers.

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 question

Is 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

0

精彩评论

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

关注公众号