OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
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
96
class
PerfProfilerAgent
(tracing_agents.TracingAgent):
232
return
PerfProfilerAgent
(config.device)
249
if not
PerfProfilerAgent
.IsSupported():
Completed in 1218 milliseconds