Zero in on memory leaks rapidly, with the new ANTS Memory Profiler 5

You check Task Manager and you can see your application is using too much memory. Maybe it is holding on to too many objects, or maybe you've got a memory leak. You need a memory profiler to find out what is going on.

  • Locate memory leaks within minutes
  • Optimize high memory usage applications
  • Perform health checks on your code during your development cycle and before a release

Get to the root of your problem fast with ANTS Memory Profiler 5

  • Get results fast – The profiler can comfortably profile large, complex applications, with virtually no overhead. Take as many snapshots of the heap memory as you like, and get results in seconds.
  • Zero in rapidly on common causes of memory leaks – Powerful filtering options allow you to focus on common causes of memory leaks, enabling you to quickly get to the root of the problem.
  • Find out why your leaking objects are still being held in memory – Use the object retention graph to quickly see what is holding your objects in memory.

So, if you're programming in C# or VB.NET, and you need to understand where your memory is going, give ANTS Memory Profiler a try. It takes five minutes to download, install, and start using the tool.

Download ANTS Memory Profiler

 

 



 
"I was trying to locate memory leaks in our WPF application. ANTS Memory Profiler just works. The performance and analysis capabilities are far superior to any of the other tools I have looked at and I find it very intuitive to use."

Object Retention Graph

The object retention graph shows the chains of references from GC roots to your selected object. These chains prevent the garbage collector from collecting the object, and you use the graph to identify references which should not be there any longer (e.g. event handlers that have not been unregistered).