CLR Profiler for .NET Framework

 3 likes

The CLR Profiler allows developers to see the allocation profile of their managed applications. 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...

CLR Profiler for .NET Framework screenshot 1

License model

  • FreeOpen Source

Platforms

  • Windows
5 / 5 Avg rating (1)
3 likes
1comment
0 news articles

Features

Suggest and vote on features
No features, maybe you want to suggest one?

CLR Profiler for .NET Framework News & Activities

Highlights All activities

Recent activities

No activities found.
Show all activities

CLR Profiler for .NET Framework information

  • Developed by

    Microsoft
  • Licensing

    Open Source and Free product.
  • Alternatives

    6 alternatives listed
  • Supported Languages

    • English

AlternativeTo Category

Development

Our users have written 1 comments and reviews about CLR Profiler for .NET Framework, and it has gotten 3 likes

CLR Profiler for .NET Framework was added to AlternativeTo by DzmitryLahoda on Oct 12, 2012 and this page was last updated Mar 6, 2018. CLR Profiler for .NET Framework is sometimes referred to as CLR Profiler.

Comments and Reviews

   
 Post comment/review
DzmitryLahoda
  
Top positive commentMar 5, 2018

Works on .NET 4.7.1 Windows 10. Shows what I need - the heap.

0

What is CLR Profiler for .NET Framework?

The CLR Profiler allows developers to see the allocation profile of their managed applications. 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.