aboutsummaryrefslogtreecommitdiffhomepage
path: root/tools/bench_pictures_main.cpp
diff options
context:
space:
mode:
authorGravatar commit-bot@chromium.org <commit-bot@chromium.org@2bbb7eff-a529-9590-31e7-b0007b416f81>2014-05-23 01:02:21 +0000
committerGravatar commit-bot@chromium.org <commit-bot@chromium.org@2bbb7eff-a529-9590-31e7-b0007b416f81>2014-05-23 01:02:21 +0000
commitba7aedd6eac1e48e1902f81fa8ea93bb28a81c5f (patch)
tree130936a015845148a4299c7a86f11e54d0c3eccb /tools/bench_pictures_main.cpp
parent0df2e8d5a67e9d88432fe40a2c2a616184269a82 (diff)
Revert of Turn on preprocessing by default (https://codereview.chromium.org/299033002/)
Reason for revert: Don't want this enabled by default right now Original issue's description: > Turn on preprocessing by default > > The idea is to commit this late at night and then revert it after all the perf bots are running. It should only effect the GPU configs. > > Committed: http://code.google.com/p/skia/source/detail?r=14860 R=bsalomon@google.com TBR=bsalomon@google.com NOTREECHECKS=true NOTRY=true Author: robertphillips@google.com Review URL: https://codereview.chromium.org/299123002 git-svn-id: http://skia.googlecode.com/svn/trunk@14861 2bbb7eff-a529-9590-31e7-b0007b416f81
Diffstat (limited to 'tools/bench_pictures_main.cpp')
-rw-r--r--tools/bench_pictures_main.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/bench_pictures_main.cpp b/tools/bench_pictures_main.cpp
index 4f76a2db38..5ff519c8c5 100644
--- a/tools/bench_pictures_main.cpp
+++ b/tools/bench_pictures_main.cpp
@@ -49,7 +49,7 @@ DEFINE_bool(trackDeferredCaching, false, "Only meaningful with --deferImageDecod
"SK_LAZY_CACHE_STATS set to true. Report percentage of cache hits when using "
"deferred image decoding.");
-DEFINE_bool(preprocess, true, "If true, perform device specific preprocessing before timing.");
+DEFINE_bool(preprocess, false, "If true, perform device specific preprocessing before timing.");
static char const * const gFilterTypes[] = {
"paint",