Home
last modified time | relevance | path

Searched refs:PerfControl (Results 1 – 13 of 13) sorted by relevance

/external/chromium-trace/catapult/devil/devil/android/tools/
Dcpufreq.py25 p = perf_control.PerfControl(device)
30 p = perf_control.PerfControl(device)
36 p = perf_control.PerfControl(device)
/external/chromium-trace/catapult/devil/devil/android/perf/
Dperf_control_test.py48 pc = perf_control.PerfControl(mock_device)
71 pc = perf_control.PerfControl(mock_device)
94 pc = perf_control.PerfControl(mock_device)
Dperf_control_devicetest.py26 perf = perf_control.PerfControl(self._device)
Dperf_control.py92 class PerfControl(object): class
/external/v8/tools/testrunner/local/
Dandroid.py192 perf = perf_control.PerfControl(self.device)
197 perf = perf_control.PerfControl(self.device)
/external/autotest/client/site_tests/graphics_PerfControl/
Dgraphics_PerfControl.py38 with perf.PerfControl() as pc:
Dcontrol23 Performance tests should be wrapped in a PerfControl object to ensure
/external/autotest/client/cros/
Dperf.py11 class PerfControl(object): class
/external/autotest/client/site_tests/graphics_GLBench/
Dcontrol9 Test should not crash and not overheat (which is monitored by PerfControl).
Dcontrol.hwqual36 machine between tests. For this PerfControl is disabled.
Dcontrol.bvt40 machine between tests. For this PerfControl is disabled.
Dgraphics_GLBench.py149 with perf.PerfControl() as pc:
/external/chromium-trace/catapult/systrace/profile_chrome/
Dperf_tracing_agent.py66 self._perf_control = perf_control.PerfControl(self._device)