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.
Last modified: 26 May 2024