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

Unified Diff: tools/nanobench_flags.json

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 | « no previous file | tools/nanobench_flags.py » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: tools/nanobench_flags.json
diff --git a/tools/nanobench_flags.json b/tools/nanobench_flags.json
index be957e5e12abe416616ffb006029153d59e7b6f5..1ba3919c5c0fce8ae685c84030d730aa1b727ce4 100644
--- a/tools/nanobench_flags.json
+++ b/tools/nanobench_flags.json
@@ -1,6 +1,8 @@
{
"Perf-Android-GCC-NexusPlayer-GPU-PowerVR-x86-Release": [
"--images",
+ "--gpuStatsDump",
+ "true",
"--scales",
"1.0",
"1.1",
@@ -78,6 +80,8 @@
],
"Test-Android-GCC-GalaxyS4-GPU-SGX544-Arm7-Release": [
"--images",
+ "--gpuStatsDump",
+ "true",
"--scales",
"1.0",
"1.1",
@@ -115,6 +119,8 @@
],
"Test-Ubuntu-GCC-ShuttleA-GPU-GTX550Ti-x86_64-Release-Valgrind": [
"--images",
+ "--gpuStatsDump",
+ "true",
"--scales",
"1.0",
"1.1",
@@ -157,6 +163,8 @@
],
"Test-Win7-MSVC-ShuttleA-GPU-HD2000-x86-Debug-ANGLE": [
"--images",
+ "--gpuStatsDump",
+ "true",
"--scales",
"1.0",
"1.1",
@@ -201,6 +209,8 @@
],
"Test-iOS-Clang-iPad4-GPU-SGX554-Arm7-Debug": [
"--images",
+ "--gpuStatsDump",
+ "true",
"--scales",
"1.0",
"1.1",
« no previous file with comments | « no previous file | tools/nanobench_flags.py » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698