5 references to PERF_COUNTER_MULTI_TIMER_INV
System (5)
services\monitoring\system\diagnosticts\CounterSampleCalculator.cs (2)
143case NativeMethods.PERF_COUNTER_MULTI_TIMER_INV: 149if (newCounterType == NativeMethods.PERF_COUNTER_MULTI_TIMER || newCounterType == NativeMethods.PERF_COUNTER_MULTI_TIMER_INV) {
services\monitoring\system\diagnosticts\PerformanceCounterCategory.cs (2)
328(currentSampleType == NativeMethods.PERF_COUNTER_MULTI_TIMER_INV) || 354(currentSampleType != NativeMethods.PERF_COUNTER_MULTI_TIMER_INV) &&
services\monitoring\system\diagnosticts\PerformanceCounterType.cs (1)
43CounterMultiTimerInverse= NativeMethods.PERF_COUNTER_MULTI_TIMER_INV,