| Win32_PerfFormattedData_NETFramework_NETCLRJit | |||
| Stats for CLR Jit. | |||
| NameSpace Path | |||
| \ROOT\CIMV2 | |||
| PROPERTY | SMS_REPORT | CIMTYPE | DESCRIPTION |
| Caption | String | A short textual description (one-line string) for the statistic or metric. | |
| Description | String | A textual description of the statistic or metric. | |
| Frequency_Object | UInt64 | NA | |
| Frequency_PerfTime | UInt64 | NA | |
| Frequency_Sys100NS | UInt64 | NA | |
| ILBytesJittedPersec | UInt32 | 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. | |
| Name | String | The 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. | |
| NumberofILBytesJitted | UInt32 | 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. | |
| NumberofMethodsJitted | UInt32 | 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. | |
| PercentTimeinJit | UInt32 | 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. | |
| StandardJitFailures | UInt32 | 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. | |
| Timestamp_Object | UInt64 | NA | |
| Timestamp_PerfTime | UInt64 | NA | |
| Timestamp_Sys100NS | UInt64 | NA | |
| TotalNumberofILBytesJitted | UInt32 | 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. | |
| 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;    }; | |||