aboutsummaryrefslogtreecommitdiffhomepage
path: root/gyp/iOSShell.gyp
diff options
context:
space:
mode:
authorGravatar mtklein <mtklein@chromium.org>2014-09-16 13:36:12 -0700
committerGravatar Commit bot <commit-bot@chromium.org>2014-09-16 13:36:12 -0700
commitd664c21a38de98d8db210c46f7a8c4187f1534da (patch)
treea321b1770987b852dc87f2ef265675dce625ab07 /gyp/iOSShell.gyp
parent170f90b4576f291879371ecd6ae4bc2b1d85c64a (diff)
nanobench: lazily decode bitmaps from SKPs
This makes it considerably cheaper to run SKP recording benchmarks, without affecting their measurements and without really affecting SKP playback benchmarks at all. On my machine, running out/Release/nanobench --match skp --config nondrendering drops in run time from 6.7s to 2.5s, and the peak RAM usage drops from 129M to 50M. I'm strongly considering making this lazy decoding the default. BUG=skia: R=robertphillips@google.com, mtklein@google.com Author: mtklein@chromium.org Review URL: https://codereview.chromium.org/572933006
Diffstat (limited to 'gyp/iOSShell.gyp')
-rw-r--r--gyp/iOSShell.gyp1
1 files changed, 1 insertions, 0 deletions
diff --git a/gyp/iOSShell.gyp b/gyp/iOSShell.gyp
index ac2ed30303..20c4994be1 100644
--- a/gyp/iOSShell.gyp
+++ b/gyp/iOSShell.gyp
@@ -23,6 +23,7 @@
'../bench/SKPBench.cpp',
'../bench/nanobench.cpp',
'../tests/skia_test.cpp',
+ '../tools/LazyDecodeBitmap.cpp',
'../tools/iOSShell.cpp',
'../src/views/mac/SkEventNotifier.mm',
'../experimental/iOSSampleApp/SkiOSSampleApp-Base.xcconfig',