关于c#:进行内存分析的最佳和最简单的方法是什么?

What is the best and easy way to do memory profiling?

本问题已经有最佳答案,请猛点这里访问。

Possible Duplicate:
What Are Some Good .NET Profilers?
What's the best tool to track a process's memory usage over a long period of time in Windows?

在一个简单的C控制台项目中,什么是进行内存分析和识别潜在内存泄漏的最好且简单的方法?


我推荐这两种:

红门记忆分析仪(14天免费试用)

JetBrains Dottrace(10天免费试用)

我过去对这两项都很满意——一系列有趣的分析任务。


如何:使用来自msdn的clr profiler?