Home
last modified time | relevance | path

Searched refs:wait_for_idle_cpu (Results 1 – 10 of 10) sorted by relevance

/external/autotest/client/site_tests/graphics_WebGLPerformance/
Dgraphics_WebGLPerformance.py56 if not utils.wait_for_idle_cpu(60.0, 0.1):
57 if not utils.wait_for_idle_cpu(20.0, 0.2):
/external/autotest/client/site_tests/graphics_WebGLManyPlanetsDeep/
Dgraphics_WebGLManyPlanetsDeep.py50 if not utils.wait_for_idle_cpu(60.0, 0.1):
51 if not utils.wait_for_idle_cpu(20.0, 0.2):
/external/autotest/client/site_tests/graphics_GLMark2/
Dgraphics_GLMark2.py92 if not utils.wait_for_idle_cpu(60.0, 0.1):
93 if not utils.wait_for_idle_cpu(20.0, 0.2):
/external/autotest/client/cros/
Dperf.py46 if not utils.wait_for_idle_cpu(60.0, 0.1):
/external/autotest/client/site_tests/graphics_WebGLAquarium/
Dgraphics_WebGLAquarium.py296 if not utils.wait_for_idle_cpu(60.0, 0.1):
297 if not utils.wait_for_idle_cpu(20.0, 0.2):
/external/autotest/client/site_tests/video_PlaybackPerf/
Dvideo_PlaybackPerf.py172 if not utils.wait_for_idle_cpu(WAIT_FOR_IDLE_CPU_TIMEOUT,
/external/autotest/client/site_tests/video_WebRtcPerf/
Dvideo_WebRtcPerf.py241 if not utils.wait_for_idle_cpu(WAIT_FOR_IDLE_CPU_TIMEOUT,
/external/autotest/client/site_tests/video_HangoutHardwarePerf/
Dvideo_HangoutHardwarePerf.py79 if not utils.wait_for_idle_cpu(
/external/autotest/client/site_tests/graphics_Idle/
Dgraphics_Idle.py41 if not utils.wait_for_idle_cpu(20.0, 0.1):
/external/autotest/client/bin/
Dsite_utils.py493 def wait_for_idle_cpu(timeout, utilization): function