aboutsummaryrefslogtreecommitdiffhomepage
path: root/gyp/iOSShell.gyp
diff options
context:
space:
mode:
authorGravatar scroggo <scroggo@google.com>2015-04-01 12:09:17 -0700
committerGravatar Commit bot <commit-bot@chromium.org>2015-04-01 12:09:17 -0700
commit60869a42a133942f852dd0f1696444c2a5c9ad83 (patch)
treea7320359778214a324d323138f4b3c5c49a59b2f /gyp/iOSShell.gyp
parent2b6acb4ed52483bc2a89dbbaa6f0db4fdb217cd3 (diff)
Add timing SkCodec to nanobench.
CodecBench: Add new class for timing using SkCodec. DecodingBench: Include creating a decoder inside the loop. This is to have a better comparison against SkCodec. SkCodec's factory function does not necessarily read the same amount as SkImageDecoder's, so in order to have a meaningful comparison, read the entire stream from the beginning. Also for comparison, create a new SkStream from the SkData each time. Add a debugging check to make sure we have an SkImageDecoder. Add include guards. nanobench.cpp: Decode using SkCodec. When decoding using SkImageDecoder, exclude benches where we decoded to a different color type than requested. SkImageDecoder may decide to decode to a different type, in which case the name is misleading. TODOs: Now that we ignore color types that do not match the desired color type, we should add Index8. This also means calling the more complex version of getPixels so CodecBench can support kIndex8. BUG=skia:3257 Review URL: https://codereview.chromium.org/1044363002
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 d2ebc005f1..842cd2d207 100644
--- a/gyp/iOSShell.gyp
+++ b/gyp/iOSShell.gyp
@@ -22,6 +22,7 @@
'xml.gyp:xml',
],
'sources': [
+ '../bench/CodecBench.cpp',
'../bench/DecodingBench.cpp',
'../bench/DecodingSubsetBench.cpp',
'../bench/GMBench.cpp',