4 references to PERF_AVERAGE_TIMER
System (4)
services\monitoring\system\diagnosticts\CounterSampleCalculator.cs (1)
206case NativeMethods.PERF_AVERAGE_TIMER:
services\monitoring\system\diagnosticts\PerformanceCounterCategory.cs (2)
331(currentSampleType == NativeMethods.PERF_AVERAGE_TIMER)) { 357(currentSampleType != NativeMethods.PERF_AVERAGE_TIMER))
services\monitoring\system\diagnosticts\PerformanceCounterType.cs (1)
29AverageTimer32 = NativeMethods.PERF_AVERAGE_TIMER,