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

  /external/chromium-trace/catapult/systrace/profile_chrome/
perf_controller_unittest.py 9 from profile_chrome import perf_controller namespace
15 if not perf_controller.PerfProfilerController.IsSupported():
18 perf_controller.PerfProfilerController.GetCategories(self.device)
22 if not perf_controller.PerfProfilerController.IsSupported():
26 controller = perf_controller.PerfProfilerController(self.device,
main.py 16 from profile_chrome import perf_controller namespace
55 if not perf_controller.PerfProfilerController.IsSupported():
125 if perf_controller.PerfProfilerController.IsSupported():
209 if (perf_controller.PerfProfilerController.IsSupported() and
212 perf_controller.PerfProfilerController.GetCategories(device)))
243 perf_controller.PerfProfilerController(device,

Completed in 54 milliseconds