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

Unified Diff: tools/telemetry/telemetry/core/browser_options.py

Issue 149113006: Patch Dartium branch of Chromium 1700 to run performance tests on buildbot (Closed) Base URL: http://src.chromium.org/chrome/branches/dart/1700/src/
Patch Set: Patch Dartium branch of Chromium 1700 to run performance tests on buildbot Created 6 years, 10 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
« no previous file with comments | « no previous file | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: tools/telemetry/telemetry/core/browser_options.py
===================================================================
--- tools/telemetry/telemetry/core/browser_options.py (revision 249023)
+++ tools/telemetry/telemetry/core/browser_options.py (working copy)
@@ -42,6 +42,8 @@
self.page_filter = None
self.page_filter_exclude = None
+ self.report_root_metrics = False
+
self.repeat_options = repeat_options.RepeatOptions()
self.browser_options = BrowserOptions()
self.output_file = None
@@ -133,6 +135,9 @@
'test is executed at maximum CPU speed in order to minimize noise '
'(specially important for dashboards / continuous builds). '
'This option prevents Telemetry from tweaking such platform settings.')
+ group.add_option(
+ '--report-root-metrics', action='store_true',dest='report_root_metrics',
+ help='Enable metrics that require root access to record.')
group.add_option('--android-rndis', dest='android_rndis', default=False,
action='store_true', help='Use RNDIS forwarding on Android.')
group.add_option('--no-android-rndis', dest='android_rndis',
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698