Home
last modified time | relevance | path

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

/external/cronet/base/power_monitor/
Dspeed_limit_observer_win.cc96 float throttling_level = EstimateThrottlingLevel(); in GetCurrentSpeedLimit() local
101 if (idleness_percent > 90 || throttling_level < 0.1f) { in GetCurrentSpeedLimit()
108 float speed_limit_factor = 1.0f - throttling_level; in GetCurrentSpeedLimit()
143 float throttling_level = 0.f; in EstimateThrottlingLevel() local
152 return throttling_level; in EstimateThrottlingLevel()
185 throttling_level = (load_fraction_total / num_cpus()); in EstimateThrottlingLevel()
186 return throttling_level; in EstimateThrottlingLevel()