dotTrace 2017.2 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.

jit compilation 2
Last modified: 14 December 2017