dotTrace 2016.3 Help

JIT Compilation

The JIT Compilation event is used to indicate time intervals where just-in-time compilation was performed.

JIT compilation converts MSIL to native code on demand at application run time, when the contents of an assembly are loaded and executed. Typically, the main amount of JIT compilation is performed on application start up.

Select the JIT Compilation special event to evaluate the amount of JIT compilation in your application.

/help/img/dotnet/2016.3/jit_compilation_2.png
Last modified: 3 April 2017