dotTrace 2024.1 Help

JIT Compilation

The JIT Compilation event shows time intervals where the just-in-time (JIT) 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
Last modified: 10 April 2024