Home | History | Annotate | Download | only in bin

Lines Matching refs:utilization

493 def wait_for_idle_cpu(timeout, utilization):
494 """Waits for the CPU to become idle (< utilization).
498 utilization: The CPU usage below which the system should be considered
505 while fraction_active_time >= utilization:
515 logging.info('After waiting %.1fs CPU utilization is %.3f.',
526 logging.info('Wait for idle CPU took %.1fs (utilization = %.3f).',