CLR Profiler

CLR Profiler
Original author(s)Microsoft
Stable release
4.5 / November 2012; 11 years ago (2012-11)
Repositorygithub.com/microsoftarchive/clrprofiler/
Written inC#, C++
Operating systemMicrosoft Windows
Platform.NET Framework,
.NET Compact Framework
TypeMemory profiler
LicenseMIT License
Websitewww.microsoft.com/downloads/details.aspx?familyid=CD5AA57C-9CD1-45AB-AA4B-8DC586D30938&displaylang=en

CLR Profiler is a free and open-source memory profiler for the .NET Framework from Microsoft. It allows the user to investigate the contents of the managed heap, the behavior of the garbage collector, and the allocation patterns (including call-graph analysis) of the program being profiled.