Search code examples
c#memoryprofile

C# memory profile


I'm trying to perform some memory profiling on an applications that is accumulating large amounts of memory.

I have found this tool (CLRProfiler): http://msdn.microsoft.com/en-us/library/ff650691.aspx

But it does not seem to be working. When I run it, it sits forever at "Waiting for application to start common language runtime".

Any other suggestions on how I can profile memory in C#?


Solution

  • Check out Redgate:

    http://www.red-gate.com/products/dotnet-development/ants-memory-profiler/