Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(56)

Unified Diff: systrace/profile_chrome/perf_tracing_agent_unittest.py

Issue 2297403003: Use Systrace tracing controller in profile_chrome (Closed) Base URL: https://chromium.googlesource.com/external/github.com/catapult-project/catapult.git@master
Patch Set: Added property method for tracing controller's child agents Created 4 years, 3 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
Index: systrace/profile_chrome/perf_tracing_agent_unittest.py
diff --git a/systrace/profile_chrome/perf_tracing_agent_unittest.py b/systrace/profile_chrome/perf_tracing_agent_unittest.py
index cd90b3691744ee7cd8982fc8279fe830d689f252..dae236d4183a38e6ca48df18022ea0e9637895b1 100644
--- a/systrace/profile_chrome/perf_tracing_agent_unittest.py
+++ b/systrace/profile_chrome/perf_tracing_agent_unittest.py
@@ -25,7 +25,8 @@ class PerfProfilerAgentTest(agents_unittest.BaseAgentTest):
agent = perf_tracing_agent.PerfProfilerAgent(self.device)
try:
- agent.StartAgentTracing(perf_tracing_agent.PerfConfig(categories))
+ agent.StartAgentTracing(perf_tracing_agent.PerfConfig(categories,
+ self.device))
finally:
agent.StopAgentTracing()

Powered by Google App Engine
This is Rietveld 408576698