5 references to PERF_COUNTER_MULTI_TIMER
System (5)
services\monitoring\system\diagnosticts\CounterSampleCalculator.cs (2)
142
case NativeMethods.
PERF_COUNTER_MULTI_TIMER
:
149
if (newCounterType == NativeMethods.
PERF_COUNTER_MULTI_TIMER
|| newCounterType == NativeMethods.PERF_COUNTER_MULTI_TIMER_INV) {
services\monitoring\system\diagnosticts\PerformanceCounterCategory.cs (2)
327
(currentSampleType == NativeMethods.
PERF_COUNTER_MULTI_TIMER
) ||
353
(currentSampleType != NativeMethods.
PERF_COUNTER_MULTI_TIMER
) &&
services\monitoring\system\diagnosticts\PerformanceCounterType.cs (1)
42
CounterMultiTimer = NativeMethods.
PERF_COUNTER_MULTI_TIMER
,