Searched refs:PerfControl (Results 1 – 14 of 14) sorted by relevance
33 with perf.PerfControl() as pc:
25 Performance tests should be wrapped in a PerfControl object to ensure
27 perf = perf_control.PerfControl(self._device)
11 class PerfControl(object): class
19 class PerfControl(object): class
9 Test should not crash and not overheat (which is monitored by PerfControl).
37 machine between tests. For this PerfControl is disabled.
39 machine between tests. For this PerfControl is disabled.
148 with perf.PerfControl() as pc:
61 self._perf_control = perf_control.PerfControl(self._device)
187 self._perf_control = perf_control.PerfControl(device)
676 perf = perf_control.PerfControl(self.device)683 perf = perf_control.PerfControl(self.device)
428 self.PerfControl = PerfControlModuleStub.PerfControlStub
88 self._perf_tests_setup = perf_control.PerfControl(self._device)