|
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
Committed: https://skia.googlesource.com/skia/+/7f69144aaabbedf51ad2a1feddc9e0689f2c5ee9
Total comments: 10
Total comments: 4
Total comments: 15
Total comments: 2
|
Unified diffs |
Side-by-side diffs |
Delta from patch set |
Stats (+314 lines, -61 lines) |
Patch |
|
A |
bench/BitmapRegionDecoderBench.h
|
View
|
1
2
|
1 chunk |
+49 lines, -0 lines |
0 comments
|
Download
|
|
A |
bench/BitmapRegionDecoderBench.cpp
|
View
|
1
2
3
|
1 chunk |
+68 lines, -0 lines |
0 comments
|
Download
|
|
M |
bench/CodecBench.cpp
|
View
|
1
2
3
|
2 chunks |
+2 lines, -15 lines |
0 comments
|
Download
|
|
A |
bench/CodecBenchPriv.h
|
View
|
1
2
3
|
1 chunk |
+30 lines, -0 lines |
0 comments
|
Download
|
|
M |
bench/DecodingBench.cpp
|
View
|
1
2
3
|
2 chunks |
+2 lines, -15 lines |
0 comments
|
Download
|
|
M |
bench/nanobench.cpp
|
View
|
1
2
3
4
|
9 chunks |
+136 lines, -4 lines |
0 comments
|
Download
|
|
M |
bench/subset/SubsetBenchPriv.h
|
View
|
1
|
1 chunk |
+0 lines, -20 lines |
0 comments
|
Download
|
|
M |
bench/subset/SubsetSingleBench.cpp
|
View
|
1
2
3
|
2 chunks |
+2 lines, -1 line |
0 comments
|
Download
|
|
M |
bench/subset/SubsetTranslateBench.cpp
|
View
|
1
2
3
|
2 chunks |
+2 lines, -1 line |
0 comments
|
Download
|
|
M |
bench/subset/SubsetZoomBench.cpp
|
View
|
1
2
3
|
2 chunks |
+2 lines, -1 line |
0 comments
|
Download
|
|
M |
dm/DM.cpp
|
View
|
1
2
|
2 chunks |
+2 lines, -1 line |
0 comments
|
Download
|
|
M |
dm/DMSrcSink.h
|
View
|
1
2
|
1 chunk |
+0 lines, -2 lines |
0 comments
|
Download
|
|
M |
dm/DMSrcSink.cpp
|
View
|
1
2
|
2 chunks |
+2 lines, -1 line |
0 comments
|
Download
|
|
M |
gyp/bench.gypi
|
View
|
|
1 chunk |
+1 line, -0 lines |
0 comments
|
Download
|
|
M |
gyp/visualbench.gyp
|
View
|
|
1 chunk |
+1 line, -0 lines |
0 comments
|
Download
|
|
A |
tools/SkCodecTools.h
|
View
|
1
2
|
1 chunk |
+15 lines, -0 lines |
0 comments
|
Download
|
Depends on Patchset:
Total messages: 21 (6 generated)
|