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

Unified Diff: systrace/systrace/run_systrace.py

Issue 3018533002: Implementing a Monsoon power monitor trace agent, utilizing the UI infrastructure that the BattOr a…
Patch Set: Updating static methods and fixing test fakes. Created 3 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/systrace/run_systrace.py
diff --git a/systrace/systrace/run_systrace.py b/systrace/systrace/run_systrace.py
index 5ce2ca33bde5933167ddd2a8a661b74c3e7ebc06..fc748c3895f38ea495169f8f1d562e558fd34bd6 100755
--- a/systrace/systrace/run_systrace.py
+++ b/systrace/systrace/run_systrace.py
@@ -44,13 +44,14 @@ from systrace import util
from systrace.tracing_agents import atrace_agent
from systrace.tracing_agents import atrace_from_file_agent
from systrace.tracing_agents import atrace_process_dump
+from systrace.tracing_agents import monsoon_agent
from systrace.tracing_agents import battor_trace_agent
from systrace.tracing_agents import ftrace_agent
from systrace.tracing_agents import walt_agent
ALL_MODULES = [atrace_agent, atrace_from_file_agent, atrace_process_dump,
- battor_trace_agent, ftrace_agent, walt_agent]
+ battor_trace_agent, ftrace_agent, walt_agent, monsoon_agent]
def parse_options(argv):

Powered by Google App Engine
This is Rietveld 408576698