DA0009: High % time in JIT

Rule Id

DA0009

Category

.NET Framework Usage

Rule type

Warning

Cause

A significant percentage of application execution time was spent in the Just In Time (JIT) compiler.

Rule Description

Managed code must be compiled into native code to execute at runtime in a process that is called Just In Time (JIT) compilation. This process is expensive and should be minimized.

How to Investigate a Warning

One or more of the following procedures might reduce the time that your application spends in the JIT compiler: