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

Unified Diff: bench/nanobench.cpp

Issue 452633002: Fix iOS build by centralizing --writePath. (Closed) Base URL: https://skia.googlesource.com/skia.git@master
Patch Set: Created 6 years, 4 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 | « no previous file | dm/DMWriteTask.cpp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: bench/nanobench.cpp
diff --git a/bench/nanobench.cpp b/bench/nanobench.cpp
index 245aa0ed1dda90d9bb845fca28aee230e0b24532..a5353aa6e845bf0717fe4432eb4340d0d5a246bd 100644
--- a/bench/nanobench.cpp
+++ b/bench/nanobench.cpp
@@ -33,7 +33,7 @@ __SK_FORCE_IMAGE_DECODER_LINKING;
static const int kAutoTuneLoops = -1;
-static const int kDefaultLoops =
+static const int kDefaultLoops =
#ifdef SK_DEBUG
1;
#else
@@ -50,8 +50,6 @@ static SkString loops_help_txt() {
DEFINE_int32(loops, kDefaultLoops, loops_help_txt().c_str());
-DEFINE_string2(writePath, w, "", "If set, write benches here as .pngs.");
-
DEFINE_int32(samples, 10, "Number of samples to measure for each bench.");
DEFINE_int32(overheadLoops, 100000, "Loops to estimate timer overhead.");
DEFINE_double(overheadGoal, 0.0001,
« no previous file with comments | « no previous file | dm/DMWriteTask.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698