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

  /external/chromium-trace/catapult/systrace/profile_chrome/
perf_tracing_agent_unittest.py 7 from profile_chrome import perf_tracing_agent
16 if not perf_tracing_agent.PerfProfilerAgent.IsSupported():
19 perf_tracing_agent.PerfProfilerAgent.GetCategories(self.device)
26 if not perf_tracing_agent.PerfProfilerAgent.IsSupported():
30 agent = perf_tracing_agent.PerfProfilerAgent(self.device)
33 agent.StartAgentTracing(perf_tracing_agent.PerfConfig(categories,
main.py 16 from profile_chrome import perf_tracing_agent
27 perf_tracing_agent, atrace_agent]
132 if (perf_tracing_agent.PerfProfilerAgent.IsSupported() and
135 perf_tracing_agent.PerfProfilerAgent.GetCategories(device)))

Completed in 164 milliseconds