OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:PerfControl
(Results
1 - 10
of
10
) sorted by null
/external/autotest/client/site_tests/graphics_PerfControl/
graphics_PerfControl.py
31
# Wrap the test run inside of a
PerfControl
instance to make machine
33
with perf.
PerfControl
() as pc:
36
# Do nothing for a short while so the
PerfControl
thread is collecting
/external/chromium-trace/catapult/devil/devil/android/perf/
perf_control_devicetest.py
27
perf = perf_control.
PerfControl
(self._device)
perf_control.py
11
class
PerfControl
(object):
/external/autotest/client/cros/
perf.py
19
class
PerfControl
(object):
31
with
PerfControl
() as pc:
108
# TODO(ihf): Remove this spew once
PerfControl
is stable.
109
logging.info('
PerfControl
CPU temperature = %.1f',
/external/autotest/client/site_tests/graphics_GLBench/
graphics_GLBench.py
138
# correct status using
PerfControl
146
# Wrap the test run inside of a
PerfControl
instance to make machine
148
with perf.
PerfControl
() as pc:
/external/chromium-trace/catapult/systrace/profile_chrome/
perf_controller.py
61
self._perf_control = perf_control.
PerfControl
(self._device)
/external/chromium-trace/catapult/telemetry/telemetry/internal/platform/profiler/
perf_profiler.py
187
self._perf_control = perf_control.
PerfControl
(device)
/external/v8/tools/
run_perf.py
676
perf = perf_control.
PerfControl
(self.device)
683
perf = perf_control.
PerfControl
(self.device)
/external/chromium-trace/catapult/telemetry/telemetry/testing/
system_stub.py
428
self.
PerfControl
= PerfControlModuleStub.PerfControlStub
/external/chromium-trace/catapult/telemetry/telemetry/internal/platform/
android_platform_backend.py
88
self._perf_tests_setup = perf_control.
PerfControl
(self._device)
Completed in 495 milliseconds