Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(400)

Issue 14234019: Added a few bench for some image filters (Closed)

Created:
7 years, 8 months ago by sugoi1
Modified:
7 years, 8 months ago
CC:
skia-review_googlegroups.com
Visibility:
Public.

Description

Added a few bench for some image filters Committed: https://code.google.com/p/skia/source/detail?r=8824

Patch Set 1 #

Total comments: 19

Patch Set 2 : #

Total comments: 15

Patch Set 3 : #

Total comments: 2

Patch Set 4 : #

Unified diffs Side-by-side diffs Delta from patch set Stats (+896 lines, -0 lines) Patch
A bench/BlendBench.cpp View 1 2 1 chunk +197 lines, -0 lines 0 comments Download
A bench/ColorFilterBench.cpp View 1 2 1 chunk +336 lines, -0 lines 0 comments Download
A bench/DisplacementBench.cpp View 1 2 3 1 chunk +171 lines, -0 lines 0 comments Download
A bench/MagnifierBench.cpp View 1 2 3 1 chunk +85 lines, -0 lines 0 comments Download
A bench/MergeBench.cpp View 1 2 3 1 chunk +102 lines, -0 lines 0 comments Download
M gyp/bench.gypi View 1 2 3 1 chunk +5 lines, -0 lines 0 comments Download

Messages

Total messages: 11 (0 generated)
sugoi1
I made a few tests to see if these benchmarks are properly made. I am ...
7 years, 8 months ago (2013-04-12 20:21:28 UTC) #1
Stephen White
https://codereview.chromium.org/14234019/diff/1/bench/BlendBench.cpp File bench/BlendBench.cpp (right): https://codereview.chromium.org/14234019/diff/1/bench/BlendBench.cpp#newcode36 bench/BlendBench.cpp:36: (SkBlendImageFilter::kNormal_Mode, background)))->unref(); I think it would be better to ...
7 years, 8 months ago (2013-04-15 15:34:21 UTC) #2
sugoi1
https://codereview.chromium.org/14234019/diff/1/bench/BlendBench.cpp File bench/BlendBench.cpp (right): https://codereview.chromium.org/14234019/diff/1/bench/BlendBench.cpp#newcode36 bench/BlendBench.cpp:36: (SkBlendImageFilter::kNormal_Mode, background)))->unref(); On 2013/04/15 15:34:21, Stephen White wrote: > ...
7 years, 8 months ago (2013-04-19 18:09:42 UTC) #3
Stephen White
https://codereview.chromium.org/14234019/diff/6001/bench/BlendBench.cpp File bench/BlendBench.cpp (right): https://codereview.chromium.org/14234019/diff/6001/bench/BlendBench.cpp#newcode36 bench/BlendBench.cpp:36: fBitmap.setConfig(SkBitmap::kARGB_8888_Config, 80, 80); As discussed, we should probably use ...
7 years, 8 months ago (2013-04-19 18:39:01 UTC) #4
jvanverth1
https://codereview.chromium.org/14234019/diff/6001/bench/MagnifierBench.cpp File bench/MagnifierBench.cpp (right): https://codereview.chromium.org/14234019/diff/6001/bench/MagnifierBench.cpp#newcode35 bench/MagnifierBench.cpp:35: srand(1234); Is there a reason you're using rand()? Can ...
7 years, 8 months ago (2013-04-19 19:26:31 UTC) #5
sugoi1
https://codereview.chromium.org/14234019/diff/6001/bench/MagnifierBench.cpp File bench/MagnifierBench.cpp (right): https://codereview.chromium.org/14234019/diff/6001/bench/MagnifierBench.cpp#newcode35 bench/MagnifierBench.cpp:35: srand(1234); On 2013/04/19 19:26:31, JimVV wrote: > Is there ...
7 years, 8 months ago (2013-04-19 20:47:27 UTC) #6
sugoi1
https://codereview.chromium.org/14234019/diff/6001/bench/BlendBench.cpp File bench/BlendBench.cpp (right): https://codereview.chromium.org/14234019/diff/6001/bench/BlendBench.cpp#newcode36 bench/BlendBench.cpp:36: fBitmap.setConfig(SkBitmap::kARGB_8888_Config, 80, 80); On 2013/04/19 18:39:01, Stephen White wrote: ...
7 years, 8 months ago (2013-04-22 15:49:47 UTC) #7
Stephen White
Sorry to be annoying, but let's make all the sizes line up, so we can ...
7 years, 8 months ago (2013-04-22 21:36:11 UTC) #8
sugoi1
Switched size to 256x256 in all cases (for large size)
7 years, 8 months ago (2013-04-23 14:08:51 UTC) #9
Stephen White
LGTM
7 years, 8 months ago (2013-04-23 14:19:12 UTC) #10
sugoi1
7 years, 8 months ago (2013-04-23 14:20:51 UTC) #11
Message was sent while issue was closed.
Committed patchset #4 manually as r8824 (presubmit successful).

Powered by Google App Engine
This is Rietveld 408576698