Add nanobench tests for BitmapRegionDecoder
authormsarett <msarett@google.com>
Tue, 22 Sep 2015 18:56:16 +0000 (11:56 -0700)
committerCommit bot <commit-bot@chromium.org>
Tue, 22 Sep 2015 18:56:16 +0000 (11:56 -0700)
commit7f69144aaabbedf51ad2a1feddc9e0689f2c5ee9
tree9ed42dfc6bd44387571d5d5db61bbf7c23036675
parentcc334b36de5c4508266c322dfa44039d8156dc70
Add nanobench tests for BitmapRegionDecoder

SkBitmapRegionDecoderInterface provides an interface
for multiple implementations of Android's
BitmapRegionDecoder.

We already have correctness tests in DM that will enable us
to compare the quality of our various BRD implementations.

We also need these performance tests to compare the speed
of our various implementations.

BUG=skia:4357

Review URL: https://codereview.chromium.org/1344993003
16 files changed:
bench/BitmapRegionDecoderBench.cpp [new file with mode: 0644]
bench/BitmapRegionDecoderBench.h [new file with mode: 0644]
bench/CodecBench.cpp
bench/CodecBenchPriv.h [new file with mode: 0644]
bench/DecodingBench.cpp
bench/nanobench.cpp
bench/subset/SubsetBenchPriv.h
bench/subset/SubsetSingleBench.cpp
bench/subset/SubsetTranslateBench.cpp
bench/subset/SubsetZoomBench.cpp
dm/DM.cpp
dm/DMSrcSink.cpp
dm/DMSrcSink.h
gyp/bench.gypi
gyp/visualbench.gyp
tools/SkCodecTools.h [new file with mode: 0644]