Misplaced Pages

CLR Profiler

Article snapshot taken from Wikipedia with creative commons attribution-sharealike license. Give it a read and then ask your questions in the chat. We can research this topic together.
Software utility
CLR Profiler
Original author(s)Microsoft
Stable release4.5 / November 2012; 12 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.

Overview

The latest version, 4.5, released in November 2012, allows for profiling of .NET 2.0, 3.0, 3.5, 4.0 or 4.5 managed code as well as Silverlight apps. The source code was originally included under the Microsoft Limited Reciprocal License (MS-LRL) and hosted on CodePlex. It is now available on GitHub under the MIT License.

CLR Profiler is an intrusive tool; seeing a 10 to 100x slowdown in the application being profiled is not unusual. Therefore, it is not the right tool to find out where time is spent – use other profilers to profile the CPU usage of an application.

Releases

  • CLR Profiler for .NET 4.5 (Supported .NET Framework versions: 4.5, 4.0, 3.5, 3.0, 2.0.)
  • CLR Profiler for .NET 4.0
  • Power Toys for .NET Compact Framework 3.5 (includes a NETCF CLR Profiler)
  • CLR Profiler for .NET 2.0
  • CLR Profiler for .NET 1.1

See also

References

  1. Broman, David (Nov 19, 2012). "CLRProfiler 4.5 released: includes Windows Store app support". David Broman's CLR Profiling API Blog. Microsoft. Retrieved 7 June 2013.
  2. "CLR Profiler". GitHub. 6 March 2022.
  3. "CLR Profiler for .NET 4.5 (Supported .NET Framework versions: 4.5, 4.0, 3.5, 3.0, 2.0.)". Archived from the original on 2013-05-13. Retrieved 2013-06-07.
  4. CLR Profiler for .NET 4.0
  5. Power Toys for .NET Compact Framework 3.5
  6. CLR Profiler for .NET 2.0
  7. CLR Profiler for .NET 1.1

External links

.NET
Implementations
Architecture
Components
Tools
Decompilers
Obfuscators
IDEs
Organizations
Microsoft development tools
Development
environments
Visual Studio
Others
Languages
APIs and
frameworks
Native
.NET
Device drivers
Database
SQL Server
SQL services
Other
Source control
Testing and
debugging
Delivery
Category
Microsoft free and open-source software (FOSS)
Overview
Software
Applications
Video games
Programming
languages
Frameworks,
development tools
Operating systems
Other
Licenses
Forges
Related
Category
Stub icon

This article about software created, produced or developed by Microsoft is a stub. You can help Misplaced Pages by expanding it.

Categories: