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

Unified Diff: tools/flags/SkCommonFlags.cpp

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: Fix MacOS build. 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.h ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: tools/flags/SkCommonFlags.cpp
diff --git a/tools/flags/SkCommonFlags.cpp b/tools/flags/SkCommonFlags.cpp
index a2da1314fc637575764703f2ff0cdd8de524e2ee..fb92db31ebc0c79637c041a923a6fdf859a01d82 100644
--- a/tools/flags/SkCommonFlags.cpp
+++ b/tools/flags/SkCommonFlags.cpp
@@ -48,3 +48,4 @@ DEFINE_string(key, "",
DEFINE_string(properties, "",
"Space-separated key/value pairs to add to JSON identifying this run.");
+DEFINE_bool2(pre_log, p, true, "Log before running each test. May be incomprehensible when threading");
mtklein 2016/01/22 18:08:33 Let's enable this by default only on the bots (edi
dogben 2016/01/25 19:38:16 The result with line-overwriting ended up being un
« no previous file with comments | « tools/flags/SkCommonFlags.h ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698