
CLR Profiler for the .NET Framework 2.0
Brief Description
The CLR Profiler allows developers to see the allocation profile of their managed applications.
On This Page
Quick Details
| File Name: | CLRProfiler.EXE |
| Version: | 2.0 |
| Date Published: | 4/16/2007 |
| Language: | English |
| Download Size: | 5.0 MB |
| Estimated Download Time: | 12 min 56K |
Overview
The CLR Profiler includes a number of very useful views of the allocation profile, including a histogram of allocated types, allocation and call graphs, a time line showing GCs of various generations and the resulting state of the managed heap after those collections, and a call tree showing per-method allocations and assembly loads.
Top of page
System Requirements
- Supported Operating Systems: Windows 2000; Windows 2000 Server; Windows Server 2003; Windows XP
The CLR Profiler requires the .NET Framework 2.0
Top of page
Instructions
Download and run the installer on your local machine.
Vista users:
ProfilerObj.dll needs to be registered. If the dll is not register you will see the following message "waiting for application to start ...' and the CLRProfiler will never be able to connect to the application.
Run the following command with admin privilegies:
regsvr32 ProfilerOBJ.dll
Top of page
Top of page
What Others Are Downloading
Top of page