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

Unified Diff: tools/nanobench_flags.py

Issue 1497533002: Add gpuStatsDump to nanobench GPU bots (Closed) Base URL: https://skia.googlesource.com/skia.git@master
Patch Set: tweaks Created 5 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 | « tools/nanobench_flags.json ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: tools/nanobench_flags.py
diff --git a/tools/nanobench_flags.py b/tools/nanobench_flags.py
index 50bfc9fb0dcd463a0897d6912963282d99290491..721304e49fd47e74f294eeb2f5fa798f443e6c09 100755
--- a/tools/nanobench_flags.py
+++ b/tools/nanobench_flags.py
@@ -31,6 +31,7 @@ def get_args(bot):
if 'GPU' in bot:
args.append('--images')
+ args.extend(['--gpuStatsDump', 'true'])
if 'Appurify' not in bot:
args.extend(['--scales', '1.0', '1.1'])
« no previous file with comments | « tools/nanobench_flags.json ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698