Title |
Definition |
%Execution Time Compiling |
Percentage of execution time spent in JIT compilation. |
Code Pitching/sec |
The rate in bytes/sec at which JIT-compiled code is unloaded by the runtime. |
JIT Compiled IL Code (Current) |
Number of bytes of IL code that were compiled by the JIT compilers for methods that are currently loaded. |
JIT Compiled IL Code (per sec) |
The rate in bytes/sec at which IL code is compiled by the JIT compilers. |
JIT Compiled IL Code (Total) |
Total number of bytes of IL code that were compiled by the JIT compilers since the program began executing. |
JIT Failures |
The total number of methods that the standard JIT compiler failed to JIT. The standard JIT compiler normally fails to JIT a method when it is too complex. |