Zero in on memory leaks rapidly, with the new ANTS Memory Profiler™ 5You 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.
Get to the root of your problem fast with ANTS Memory Profiler 5
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.
|
"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."
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). |



