4 references to PERF_SAMPLE_FRACTION
System (4)
services\monitoring\system\diagnosticts\CounterSampleCalculator.cs (1)
200case NativeMethods.PERF_SAMPLE_FRACTION:
services\monitoring\system\diagnosticts\PerformanceCounterCategory.cs (2)
330(currentSampleType == NativeMethods.PERF_SAMPLE_FRACTION) || 356(currentSampleType != NativeMethods.PERF_SAMPLE_FRACTION) &&
services\monitoring\system\diagnosticts\PerformanceCounterType.cs (1)
33SampleFraction = NativeMethods.PERF_SAMPLE_FRACTION,