Lines Matching refs:utilization
207 def _WaitForIdleCPU(self, timeout, utilization):
208 """Waits for the CPU to become idle (< utilization).
212 utilization: The CPU usage below which the system should be considered
218 while fraction_non_idle_time >= utilization:
225 logging.info('Current CPU utilization = %f.', fraction_non_idle_time)
228 message = ('CPU did not idle after %fs wait (utilization = %f).' % (
238 logging.info('Wait for idle CPU took %fs (utilization = %f).',
1165 # Counting extrapolation for utilization to play the video.
1269 # Counting extrapolation for utilization to play the video.