dotTrace 2019.1 Help

JIT Compilation

The JIT Compilation event indicates 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: 30 April 2019