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

  /external/chromium_org/build/android/pylib/perf/
perf_control_unittest.py 14 from pylib.perf import perf_control namespace
27 perf = perf_control.PerfControl(self._device)
31 path = perf_control.PerfControl._CPU_ONLINE_FMT % cpu
34 path = perf_control.PerfControl._SCALING_GOVERNOR_FMT % cpu
  /external/chromium_org/build/android/pylib/gtest/
test_runner.py 14 from pylib.perf import perf_control namespace
56 self._perf_controller = perf_control.PerfControl(self.device)
  /external/chromium_org/tools/profile_chrome/
perf_controller.py 17 from pylib.perf import perf_control namespace
62 self._perf_control = perf_control.PerfControl(self._device)
  /external/chromium_org/tools/telemetry/telemetry/core/platform/profiler/
perf_profiler.py 22 from pylib.perf import perf_control # pylint: disable=F0401 namespace
177 self._perf_control = perf_control.PerfControl(device)
  /external/chromium_org/tools/telemetry/telemetry/core/platform/
android_platform_backend.py 27 from pylib.perf import perf_control # pylint: disable=F0401 namespace
57 self._perf_tests_setup = perf_control.PerfControl(self._device)

Completed in 444 milliseconds