Searched refs:kCpuLoadWeightCoefficient (Results 1 – 1 of 1) sorted by relevance
48 static const float kCpuLoadWeightCoefficient = 0.4f; variable578 system_load_average_ = kCpuLoadWeightCoefficient * system_load + in OnCpuLoadUpdated()579 (1.0f - kCpuLoadWeightCoefficient) * system_load_average_; in OnCpuLoadUpdated()