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