5 references to PERF_COUNTER_MULTI_TIMER_INV
System (5)
services\monitoring\system\diagnosticts\CounterSampleCalculator.cs (2)
143
case NativeMethods.
PERF_COUNTER_MULTI_TIMER_INV
:
149
if (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)
43
CounterMultiTimerInverse= NativeMethods.
PERF_COUNTER_MULTI_TIMER_INV
,