January 2017
Intermediate to advanced
338 pages
7h 51m
English
CLR Profiler is a profiler tool used to profile any compiled PE of .NET. It is free and open source, although it is not available by default in the current installation of .NET and Visual Studio 2015.
A profiler is basically a helper tool to analyze the elements of a running program that relates to performances, such as:
Based on the previous definitions, the CLR Profiler is simply a profiler to examine (or to profile) any application that runs on top of .NET CLR.
There are profilers toolings for .NET, not just CLR ...
Read now
Unlock full access