Home
last modified time | relevance | path

Searched refs:sampleIntervalMsLow (Results 1 – 1 of 1) sorted by relevance

/dports/lang/mono/mono-5.10.1.57/external/corert/src/System.Private.CoreLib/src/System/Threading/
H A DClrThreadPool.HillClimbing.cs34sampleIntervalMsLow: AppContextConfigHelper.GetInt32Config("HillClimbing_SampleIntervalLow", Defau… in CreateHillClimber()
97 …seRatio, double maxChangePerSecond, double maxChangePerSample, int sampleIntervalMsLow, int sample… in HillClimbing() argument
108 if (sampleIntervalMsLow <= sampleIntervalMsHigh) in HillClimbing()
110 _sampleIntervalMsLow = sampleIntervalMsLow; in HillClimbing()