4 references to GetWaveComponent
System.Private.CoreLib (4)
src\libraries\System.Private.CoreLib\src\System\Threading\PortableThreadPool.HillClimbing.cs (4)
231
throughputWaveComponent =
GetWaveComponent
(_samples, sampleCount, _wavePeriod) / averageThroughput;
232
throughputErrorEstimate = (
GetWaveComponent
(_samples, sampleCount, adjacentPeriod1) / averageThroughput).Abs();
235
throughputErrorEstimate = Math.Max(throughputErrorEstimate, (
GetWaveComponent
(_samples, sampleCount, adjacentPeriod2) / averageThroughput).Abs());
242
threadWaveComponent =
GetWaveComponent
(_threadCounts, sampleCount, _wavePeriod) / averageThreadCount;