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

Unified Diff: systrace/profile_chrome/atrace_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/atrace_tracing_agent_unittest.py
diff --git a/systrace/profile_chrome/atrace_tracing_agent_unittest.py b/systrace/profile_chrome/atrace_tracing_agent_unittest.py
index 8ec9ebca8b42de2637eeebe347012cb188209725..dbeb465c7a4541743fbc93cfdec10608207511e1 100644
--- a/systrace/profile_chrome/atrace_tracing_agent_unittest.py
+++ b/systrace/profile_chrome/atrace_tracing_agent_unittest.py
@@ -20,7 +20,8 @@ class AtraceAgentTest(agents_unittest.BaseAgentTest):
ring_buffer)
try:
- agent.StartAgentTracing(atrace_tracing_agent.AtraceConfig(categories))
+ agent.StartAgentTracing(atrace_tracing_agent.AtraceConfig(categories,
+ self.device, ring_buffer))
finally:
agent.StopAgentTracing()
result = agent.GetResults()

Powered by Google App Engine
This is Rietveld 408576698