8 references to s_histogramValues
Stress.ApiService (8)
LargeTelemetryGenerator.cs (8)
329var observationIndex = secondIndex % s_histogramValues.Length; 343AsDouble = s_histogramValues[observationIndex], 474var completeCycles = sampleCount / s_histogramValues.Length; 475var remainder = sampleCount % s_histogramValues.Length; 481var completeCycles = sampleCount / s_histogramValues.Length; 482var remainder = sampleCount % s_histogramValues.Length; 483var cycleSum = s_histogramValues.Sum(); 484return completeCycles * cycleSum + s_histogramValues.Take(remainder).Sum();