
Find Memory Leaks and Optimize Memory Usage
in Programs Written in C#, VB.NET or any other .NET Language
.NET Memory Profiler
is a powerful tool for finding memory leaks and optimizing the memory
usage in programs written in C#, VB.NET or any other .NET Language.
It allows you
to retrieve information about all instance allocations performed
on the garbage collected heap (GC heap) and all instances that reside
on the GC heap. The retrieved information is presented in real-time,
both numerically and graphically. Using the new unmanaged
resources tracker, information about unmanaged resources such as
HBITMAP, HWND and unmanaged memory is also presented.
