1 write to _targetThroughputRatio
System.Private.CoreLib (1)
src\libraries\System.Private.CoreLib\src\System\Threading\PortableThreadPool.HillClimbing.cs (1)
87
_targetThroughputRatio
= AppContextConfigHelper.GetInt32ComPlusOrDotNetConfig("System.Threading.ThreadPool.HillClimbing.Bias", "HillClimbing_Bias", 15, false) / 100.0;
1 reference to _targetThroughputRatio
System.Private.CoreLib (1)
src\libraries\System.Private.CoreLib\src\System\Threading\PortableThreadPool.HillClimbing.cs (1)
258
ratio = (throughputWaveComponent - (
_targetThroughputRatio
* threadWaveComponent)) / threadWaveComponent;