Closed. This question does not meet Stack Overflow guidelines。它当前不接受答案。
想要改善这个问题吗?更新问题,以便将其作为on-topic用于堆栈溢出。
4年前关闭。
Improve this question
我想查看堆和其中的对象。是否有一个.net监视和分析工具,可以用来查看asp.net和C#应用程序的堆和内存?
想要改善这个问题吗?更新问题,以便将其作为on-topic用于堆栈溢出。
4年前关闭。
Improve this question
我想查看堆和其中的对象。是否有一个.net监视和分析工具,可以用来查看asp.net和C#应用程序的堆和内存?
最佳答案
我建议您看一下Red Gate的ANTS Memory Profiler和ANTS Performance Profiler:
ANTS内存探查器:
http://www.red-gate.com/products/dotnet-development/ants-memory-profiler/
ANTS Performance Profiler:
http://www.red-gate.com/products/dotnet-development/ants-performance-profiler/
对于这样的负担得起的工具,它们在识别瓶颈和内存泄漏方面做得非常出色。
10-08 00:06