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

Unified Diff: build/android/pylib/test_options_parser.py

Issue 10783020: Add an activity monitor which profiles IO and CPU utilization. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Addressed review comments Created 8 years, 5 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: build/android/pylib/test_options_parser.py
diff --git a/build/android/pylib/test_options_parser.py b/build/android/pylib/test_options_parser.py
index 97e45804201ac4cb5f3afc829fb69a26e7ebdbaa..635e1712b47e7bc9b53bc07465c8ad1dd86a3c3b 100644
--- a/build/android/pylib/test_options_parser.py
+++ b/build/android/pylib/test_options_parser.py
@@ -26,7 +26,7 @@ def CreateTestRunnerOptionParser(usage=None, default_timeout=60):
default=0,
action='count',
help='Verbose level (multiple times for more)')
- profilers = ['activitymonitor', 'chrometrace', 'dumpheap', 'smaps',
+ profilers = ['devicestatsmonitor', 'chrometrace', 'dumpheap', 'smaps',
'traceview']
option_parser.add_option('--profiler', dest='profilers', action='append',
choices=profilers,
« no previous file with comments | « build/android/pylib/device_stats_monitor.py ('k') | tools/android/device_stats_monitor/device_stats_monitor.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698