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

Unified Diff: tools/nanobench_flags.json

Issue 1612483002: Add pre_log option to nanobench; make this option default true in nanobench and dm. (Closed) Base URL: https://skia.googlesource.com/skia@master
Patch Set: Revert change to enable --pre_log for --verbose. Add auto-edited files. Created 4 years, 11 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 | « tools/flags/SkCommonFlags.cpp ('k') | 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 1b44316deb7540beb2a8b2e28dad07b3516f2913..2ae91d0c3c164d80a1dc342605030728aa408ff9 100644
--- a/tools/nanobench_flags.json
+++ b/tools/nanobench_flags.json
@@ -1,5 +1,6 @@
{
"Perf-Android-GCC-NexusPlayer-GPU-PowerVR-x86-Release": [
+ "--pre_log",
"--images",
"--gpuStatsDump",
"true",
@@ -42,6 +43,7 @@
"~inc1.webp"
],
"Perf-Android-Nexus7-Tegra3-Arm7-Release": [
+ "--pre_log",
"--scales",
"1.0",
"1.1",
@@ -79,6 +81,7 @@
"~inc1.webp"
],
"Test-Android-GCC-GalaxyS4-GPU-SGX544-Arm7-Release": [
+ "--pre_log",
"--images",
"--gpuStatsDump",
"true",
@@ -118,6 +121,7 @@
"~inc1.webp"
],
"Test-Ubuntu-GCC-ShuttleA-GPU-GTX550Ti-x86_64-Release-Valgrind": [
+ "--pre_log",
"--images",
"--gpuStatsDump",
"true",
@@ -164,6 +168,7 @@
"~inc1.webp"
],
"Test-Win7-MSVC-ShuttleA-GPU-HD2000-x86-Debug-ANGLE": [
+ "--pre_log",
"--images",
"--gpuStatsDump",
"true",
@@ -210,6 +215,7 @@
"~inc1.webp"
],
"Test-iOS-Clang-iPad4-GPU-SGX554-Arm7-Debug": [
+ "--pre_log",
"--images",
"--gpuStatsDump",
"true",
« no previous file with comments | « tools/flags/SkCommonFlags.cpp ('k') | tools/nanobench_flags.py » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698