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

Unified Diff: build/android/pylib/perf/test_options.py

Issue 66373004: Android: allow a --single-step for test_runner.py perf. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Nits Created 7 years, 1 month 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 | « build/android/pylib/perf/setup.py ('k') | build/android/pylib/perf/test_runner.py » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: build/android/pylib/perf/test_options.py
diff --git a/build/android/pylib/perf/test_options.py b/build/android/pylib/perf/test_options.py
index 925382cf2c61fcb02b283ce4e3be0a27fe64ff5c..f74b769e58ff548e6a248d827fcda649e7136a67 100644
--- a/build/android/pylib/perf/test_options.py
+++ b/build/android/pylib/perf/test_options.py
@@ -13,4 +13,5 @@ PerfOptions = collections.namedtuple('PerfOptions', [
'no_timeout',
'test_filter',
'dry_run',
+ 'single_step',
])
« no previous file with comments | « build/android/pylib/perf/setup.py ('k') | build/android/pylib/perf/test_runner.py » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698