BACK TO INDEX

Win32_PerfFormattedData_NETFramework_NETCLRJit
Stats for CLR Jit.
NameSpace Path
\ROOT\CIMV2
PROPERTYSMS_REPORTCIMTYPEDESCRIPTION
CaptionStringA short textual description (one-line string) for the statistic or metric.
DescriptionStringA textual description of the statistic or metric.
Frequency_ObjectUInt64NA
Frequency_PerfTimeUInt64NA
Frequency_Sys100NSUInt64NA
ILBytesJittedPersecUInt32This counter displays the rate at which IL bytes are jitted per second. This counter is not an average over time; it displays the difference between the values observed in the last two samples divided by the duration of the sample interval.
NameStringThe Name property defines the label by which the statistic or metric is known. When subclassed, the property can be overridden to be a Key property.
NumberofILBytesJittedUInt32This counter displays the total IL bytes jitted since the start of the application. This counter is exactly equivalent to the "Total # of IL Bytes Jitted" counter.
NumberofMethodsJittedUInt32This counter displays the total number of methods compiled Just-In-Time (JIT) by the CLR JIT compiler since the start of the application. This counter does not include the pre-jitted methods.
PercentTimeinJitUInt32This counter displays the percentage of elapsed time spent in JIT compilation since the last JIT compilation phase. This counter is updated at the end of every JIT compilation phase. A JIT compilation phase is the phase when a method and its dependencies are being compiled.
StandardJitFailuresUInt32This counter displays the peak number of methods the JIT compiler has failed to JIT since the start of the application. This failure can occur if the IL cannot be verified or if there was an internal error in the JIT compiler.
Timestamp_ObjectUInt64NA
Timestamp_PerfTimeUInt64NA
Timestamp_Sys100NSUInt64NA
TotalNumberofILBytesJittedUInt32This counter displays the total IL bytes jitted since the start of the application. This counter is exactly equivalent to the "# of IL Bytes Jitted" counter.
SAMPLE DATA INSTANCE
   [Description("Stats for CLR Jit."): ToInstance Amended, DisplayName(".NET CLR Jit"): ToInstance Amended, genericperfctr: ToInstance Amended, locale(1033): ToInstance Amended]
   instance of Win32_PerfFormattedData_NETFramework_NETCLRJit
   {
    [Description("This counter displays the rate at which IL bytes are jitted per second. This counter is not an average over time; it displays the difference between the values observed in the last two samples divided by the duration of the sample interval."): ToInstance Amended, DisplayName("IL Bytes Jitted / sec"): ToInstance Amended] ILBytesJittedPersec = 0;
    Name = "_Global_";
    [Description("This counter displays the total IL bytes jitted since the start of the application. This counter is exactly equivalent to the \"Total # of IL Bytes Jitted\" counter."): ToInstance Amended, DisplayName("# of IL Bytes Jitted"): ToInstance Amended] NumberofILBytesJitted = 592760;
    [Description("This counter displays the total number of methods compiled Just-In-Time (JIT) by the CLR JIT compiler since the start of the application. This counter does not include the pre-jitted methods."): ToInstance Amended, DisplayName("# of Methods Jitted"): ToInstance Amended] NumberofMethodsJitted = 6108;
    [Description("This counter displays the percentage of elapsed time spent in JIT compilation since the last JIT compilation phase. This counter is updated at the end of every JIT compilation phase. A JIT compilation phase is the phase when a method and its dependencies are being compiled."): ToInstance Amended, DisplayName("% Time in Jit"): ToInstance Amended] PercentTimeinJit = 0;
    [Description("This counter displays the peak number of methods the JIT compiler has failed to JIT since the start of the application. This failure can occur if the IL cannot be verified or if there was an internal error in the JIT compiler."): ToInstance Amended, DisplayName("Standard Jit Failures"): ToInstance Amended] StandardJitFailures = 0;
    [Description("This counter displays the total IL bytes jitted since the start of the application. This counter is exactly equivalent to the \"# of IL Bytes Jitted\" counter."): ToInstance Amended, DisplayName("Total # of IL Bytes Jitted"): ToInstance Amended] TotalNumberofILBytesJitted = 592760;
   };