0

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?

What is the best and easy way to do memory profiling and identifying a potential memory leak in a simple c# console project?

Community
  • 1
  • 1
Dreamer
  • 3,371
  • 2
  • 34
  • 50
  • possible duplicate of [What's the best tool to track a process's memory usage over a long period of time in Windows?](http://stackoverflow.com/questions/97590/whats-the-best-tool-to-track-a-processs-memory-usage-over-a-long-period-of-tim) or [Best way to track down a memory leak (C#) only visible on one customer's box](http://stackoverflow.com/questions/150805/best-way-to-track-down-a-memory-leak-c-only-visible-on-one-customers-box) – Kirk Woll Nov 01 '11 at 00:11

2 Answers2

2

I'd recommend these two:

Red Gate Memory Profiler (14 day free trial)

JetBrains DotTrace (10 day free trial)

I've been pleased in the past with both - for a range of interesting profiling tasks.

christofr
  • 2,680
  • 1
  • 18
  • 19
0

How about How To: Use CLR Profiler from msdn?

phwd
  • 19,975
  • 5
  • 50
  • 78
Vladimir
  • 3,599
  • 18
  • 18