1 write to _threadCounts
System.Private.CoreLib (1)
src\libraries\System.Private.CoreLib\src\System\Threading\PortableThreadPool.HillClimbing.cs (1)
108
_threadCounts
= new double[_samplesToMeasure];
3 references to _threadCounts
System.Private.CoreLib (3)
src\libraries\System.Private.CoreLib\src\System\Threading\PortableThreadPool.HillClimbing.cs (3)
181
_threadCounts
[sampleIndex] = currentThreadCount;
212
threadSum +=
_threadCounts
[(_totalSamples - sampleCount + i) % _samplesToMeasure];
242
threadWaveComponent = GetWaveComponent(
_threadCounts
, sampleCount, _wavePeriod) / averageThreadCount;