Searched refs:PerfControl (Results 1 – 13 of 13) sorted by relevance
25 p = perf_control.PerfControl(device)30 p = perf_control.PerfControl(device)36 p = perf_control.PerfControl(device)
48 pc = perf_control.PerfControl(mock_device)71 pc = perf_control.PerfControl(mock_device)94 pc = perf_control.PerfControl(mock_device)
26 perf = perf_control.PerfControl(self._device)
92 class PerfControl(object): class
192 perf = perf_control.PerfControl(self.device)197 perf = perf_control.PerfControl(self.device)
38 with perf.PerfControl() as pc:
23 Performance tests should be wrapped in a PerfControl object to ensure
11 class PerfControl(object): class
9 Test should not crash and not overheat (which is monitored by PerfControl).
36 machine between tests. For this PerfControl is disabled.
40 machine between tests. For this PerfControl is disabled.
149 with perf.PerfControl() as pc:
66 self._perf_control = perf_control.PerfControl(self._device)