Home
last modified time | relevance | path

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

/external/autotest/client/site_tests/graphics_PerfControl/
Dgraphics_PerfControl.py33 with perf.PerfControl() as pc:
Dcontrol25 Performance tests should be wrapped in a PerfControl object to ensure
/external/chromium-trace/catapult/devil/devil/android/perf/
Dperf_control_devicetest.py27 perf = perf_control.PerfControl(self._device)
Dperf_control.py11 class PerfControl(object): class
/external/autotest/client/cros/
Dperf.py19 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.hwqual37 machine between tests. For this PerfControl is disabled.
Dcontrol.bvt-cq39 machine between tests. For this PerfControl is disabled.
Dgraphics_GLBench.py148 with perf.PerfControl() as pc:
/external/chromium-trace/catapult/systrace/profile_chrome/
Dperf_controller.py61 self._perf_control = perf_control.PerfControl(self._device)
/external/chromium-trace/catapult/telemetry/telemetry/internal/platform/profiler/
Dperf_profiler.py187 self._perf_control = perf_control.PerfControl(device)
/external/v8/tools/
Drun_perf.py676 perf = perf_control.PerfControl(self.device)
683 perf = perf_control.PerfControl(self.device)
/external/chromium-trace/catapult/telemetry/telemetry/testing/
Dsystem_stub.py428 self.PerfControl = PerfControlModuleStub.PerfControlStub
/external/chromium-trace/catapult/telemetry/telemetry/internal/platform/
Dandroid_platform_backend.py88 self._perf_tests_setup = perf_control.PerfControl(self._device)