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

Side by Side 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: 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 unified diff | Download patch
« no previous file with comments | « tools/flags/SkCommonFlags.h ('k') | tools/nanobench_flags.json » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 /* 1 /*
2 * Copyright 2014 Google Inc. 2 * Copyright 2014 Google Inc.
3 * 3 *
4 * Use of this source code is governed by a BSD-style license that can be 4 * Use of this source code is governed by a BSD-style license that can be
5 * found in the LICENSE file. 5 * found in the LICENSE file.
6 */ 6 */
7 7
8 #include "SkCommonFlags.h" 8 #include "SkCommonFlags.h"
9 9
10 DEFINE_bool(cpu, true, "master switch for running CPU-bound work."); 10 DEFINE_bool(cpu, true, "master switch for running CPU-bound work.");
(...skipping 30 matching lines...) Expand all
41 41
42 DEFINE_bool2(veryVerbose, V, false, "tell individual tests to be verbose."); 42 DEFINE_bool2(veryVerbose, V, false, "tell individual tests to be verbose.");
43 43
44 DEFINE_string2(writePath, w, "", "If set, write bitmaps here as .pngs."); 44 DEFINE_string2(writePath, w, "", "If set, write bitmaps here as .pngs.");
45 45
46 DEFINE_string(key, "", 46 DEFINE_string(key, "",
47 "Space-separated key/value pairs to add to JSON identifying this b uilder."); 47 "Space-separated key/value pairs to add to JSON identifying this b uilder.");
48 DEFINE_string(properties, "", 48 DEFINE_string(properties, "",
49 "Space-separated key/value pairs to add to JSON identifying this r un."); 49 "Space-separated key/value pairs to add to JSON identifying this r un.");
50 50
51 DEFINE_bool2(pre_log, p, false, "Log before running each test. May be incomprehe nsible when threading");
OLDNEW
« no previous file with comments | « tools/flags/SkCommonFlags.h ('k') | tools/nanobench_flags.json » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698