Home | History | Annotate | Download | only in bin

Lines Matching refs:utilization

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