Searched refs:throttling_level (Results 1 – 1 of 1) sorted by relevance
96 float throttling_level = EstimateThrottlingLevel(); in GetCurrentSpeedLimit() local101 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() local152 return throttling_level; in EstimateThrottlingLevel()185 throttling_level = (load_fraction_total / num_cpus()); in EstimateThrottlingLevel()186 return throttling_level; in EstimateThrottlingLevel()