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

Unified Diff: build/android/test_runner.py

Issue 2583613002: [Android] Add ability to generate test trace json for perf tests runs. (Closed)
Patch Set: Move to context manager Created 4 years 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/perf_test_instance.py ('k') | build/android/test_runner.pydeps » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: build/android/test_runner.py
diff --git a/build/android/test_runner.py b/build/android/test_runner.py
index 505bd2a10a1b1ab7a58418127eea76f75f27c8f3..7d2e0b36dec6b648bac0fba560a068afa42dc44e 100755
--- a/build/android/test_runner.py
+++ b/build/android/test_runner.py
@@ -556,6 +556,10 @@ def AddPerfTestOptions(parser):
group.add_argument(
'--write-buildbot-json', action='store_true',
help='Whether to output buildbot json.')
+ # TODO(rnephew): Move up to top level options when implemented on all tests.
+ group.add_argument(
+ '--trace-output', metavar='FILENAME', type=os.path.realpath,
+ help='Path to save test_runner trace data to.')
AddCommonOptions(parser)
AddDeviceOptions(parser)
« no previous file with comments | « build/android/pylib/perf/perf_test_instance.py ('k') | build/android/test_runner.pydeps » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698