2 references to ComputeCounterValue
System (2)
services\monitoring\system\diagnosticts\CounterSample.cs (1)
149
return CounterSampleCalculator.
ComputeCounterValue
(counterSample, nextCounterSample);
services\monitoring\system\diagnosticts\CounterSampleCalculator.cs (1)
59
return
ComputeCounterValue
(CounterSample.Empty, newSample);