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

  /external/chromium-trace/catapult/systrace/profile_chrome/
perf_tracing_agent_unittest.py 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)
main.py 132 if (perf_tracing_agent.PerfProfilerAgent.IsSupported() and
135 perf_tracing_agent.PerfProfilerAgent.GetCategories(device)))
perf_tracing_agent.py 98 class PerfProfilerAgent(tracing_agents.TracingAgent):
234 return PerfProfilerAgent(config.device)
251 if not PerfProfilerAgent.IsSupported():

Completed in 48 milliseconds