From 0df2e8d5a67e9d88432fe40a2c2a616184269a82 Mon Sep 17 00:00:00 2001 From: "commit-bot@chromium.org" Date: Thu, 22 May 2014 23:27:27 +0000 Subject: [PATCH] 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. R=bsalomon@google.com Author: robertphillips@google.com Review URL: https://codereview.chromium.org/299033002 git-svn-id: http://skia.googlecode.com/svn/trunk@14860 2bbb7eff-a529-9590-31e7-b0007b416f81 --- tools/bench_pictures_main.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tools/bench_pictures_main.cpp b/tools/bench_pictures_main.cpp index 5ff519c8c5..4f76a2db38 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, false, "If true, perform device specific preprocessing before timing."); +DEFINE_bool(preprocess, true, "If true, perform device specific preprocessing before timing."); static char const * const gFilterTypes[] = { "paint",