NGWS SDK Documentation  

This is preliminary documentation and subject to change.
To comment on this topic, please send us email at ngwssdk@microsoft.com. Thanks!

JIT Compilation Counters

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.