Home
last modified time | relevance | path

Searched refs:PerfProfilerAgent (Results 1 – 3 of 3) sorted by relevance

/external/chromium-trace/catapult/systrace/profile_chrome/
Dperf_tracing_agent_unittest.py16 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)
Dperf_tracing_agent.py96 class PerfProfilerAgent(tracing_agents.TracingAgent): class
232 return PerfProfilerAgent(config.device)
249 if not PerfProfilerAgent.IsSupported():
Dmain.py132 if (perf_tracing_agent.PerfProfilerAgent.IsSupported() and
135 perf_tracing_agent.PerfProfilerAgent.GetCategories(device)))