HomeSort by relevance Sort by last modified time
    Searched refs:PerfControl (Results 1 - 9 of 9) sorted by null

  /external/chromium-trace/catapult/devil/devil/android/tools/
cpufreq.py 25 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/
perf_control_test.py 40 # Mock out the device state for PerfControl.
48 pc = perf_control.PerfControl(mock_device)
63 # Mock out the device state for PerfControl.
71 pc = perf_control.PerfControl(mock_device)
86 # Mock out the device state for PerfControl.
94 pc = perf_control.PerfControl(mock_device)
perf_control_devicetest.py 26 perf = perf_control.PerfControl(self._device)
perf_control.py 92 class PerfControl(object):
  /external/autotest/client/site_tests/graphics_PerfControl/
graphics_PerfControl.py 36 # Wrap the test run inside of a PerfControl instance to make machine
38 with perf.PerfControl() as pc:
41 # Do nothing for a short while so the PerfControl thread is collecting
  /external/autotest/client/cros/
perf.py 11 class PerfControl(object):
23 with PerfControl() as pc:
100 # TODO(ihf): Remove this spew once PerfControl is stable.
101 logging.info('PerfControl CPU temperature = %.1f',
  /external/v8/tools/testrunner/local/
android.py 192 perf = perf_control.PerfControl(self.device)
197 perf = perf_control.PerfControl(self.device)
  /external/autotest/client/site_tests/graphics_GLBench/
graphics_GLBench.py 139 # correct status using PerfControl
147 # Wrap the test run inside of a PerfControl instance to make machine
149 with perf.PerfControl() as pc:
  /external/chromium-trace/catapult/systrace/profile_chrome/
perf_tracing_agent.py 66 self._perf_control = perf_control.PerfControl(self._device)

Completed in 621 milliseconds