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

Issue 2035793002: Add color correction benchmark - with comparison to qcms (Closed)

Created:
4 years, 6 months ago by msarett
Modified:
4 years, 6 months ago
Reviewers:
scroggo
CC:
reviews_skia.org
Base URL:
https://skia.googlesource.com/skia.git@master
Target Ref:
refs/heads/master
Project:
skia
Visibility:
Public.

Description

Add color correction benchmark - with comparison to qcms --colorImages is empty by default so this won't affect the runtime of the bots. To run locally, use --colorImages <path> and --benchType skcolorcodec. Two takeaways so far: Color correction is (currently) slower than jpeg decodes. Our reference solution is slower than qcms. TBR=reed@google.com BUG=skia: GOLD_TRYBOT_URL= https://gold.skia.org/search?issue=2035793002 Committed: https://skia.googlesource.com/skia/+/2cee902847a940c4bab56b42dabbb3721be3f9ac

Patch Set 1 #

Total comments: 22

Patch Set 2 : Response to comments #

Total comments: 7

Patch Set 3 : More responses #

Total comments: 2

Patch Set 4 : #

Patch Set 5 : Rebase #

Unified diffs Side-by-side diffs Delta from patch set Stats (+277 lines, -1 line) Patch
A bench/ColorCodecBench.h View 1 2 1 chunk +50 lines, -0 lines 0 comments Download
A bench/ColorCodecBench.cpp View 1 2 3 1 chunk +202 lines, -0 lines 0 comments Download
M bench/nanobench.cpp View 1 6 chunks +21 lines, -0 lines 0 comments Download
M include/codec/SkCodec.h View 1 2 3 4 2 chunks +4 lines, -1 line 0 comments Download

Messages

Total messages: 27 (12 generated)
msarett
4 years, 6 months ago (2016-06-02 16:18:21 UTC) #3
scroggo
https://codereview.chromium.org/2035793002/diff/1/bench/ColorCodecBench.cpp File bench/ColorCodecBench.cpp (right): https://codereview.chromium.org/2035793002/diff/1/bench/ColorCodecBench.cpp#newcode14 bench/ColorCodecBench.cpp:14: #if !defined(GOOGLE3) nit: My general preference would be to ...
4 years, 6 months ago (2016-06-02 18:51:50 UTC) #4
msarett
https://codereview.chromium.org/2035793002/diff/1/bench/ColorCodecBench.cpp File bench/ColorCodecBench.cpp (right): https://codereview.chromium.org/2035793002/diff/1/bench/ColorCodecBench.cpp#newcode14 bench/ColorCodecBench.cpp:14: #if !defined(GOOGLE3) On 2016/06/02 18:51:50, scroggo wrote: > nit: ...
4 years, 6 months ago (2016-06-02 19:34:40 UTC) #5
scroggo
https://codereview.chromium.org/2035793002/diff/1/bench/ColorCodecBench.cpp File bench/ColorCodecBench.cpp (right): https://codereview.chromium.org/2035793002/diff/1/bench/ColorCodecBench.cpp#newcode124 bench/ColorCodecBench.cpp:124: // Transform in place On 2016/06/02 19:34:39, msarett wrote: ...
4 years, 6 months ago (2016-06-02 20:42:31 UTC) #6
msarett
https://codereview.chromium.org/2035793002/diff/1/bench/ColorCodecBench.cpp File bench/ColorCodecBench.cpp (right): https://codereview.chromium.org/2035793002/diff/1/bench/ColorCodecBench.cpp#newcode124 bench/ColorCodecBench.cpp:124: // Transform in place On 2016/06/02 20:42:31, scroggo wrote: ...
4 years, 6 months ago (2016-06-02 22:17:47 UTC) #7
scroggo
lgtm https://codereview.chromium.org/2035793002/diff/20001/bench/ColorCodecBench.cpp File bench/ColorCodecBench.cpp (right): https://codereview.chromium.org/2035793002/diff/20001/bench/ColorCodecBench.cpp#newcode62 bench/ColorCodecBench.cpp:62: codec->getScanlines(srcRow, 1, 0); On 2016/06/02 22:17:47, msarett wrote: ...
4 years, 6 months ago (2016-06-03 14:25:37 UTC) #8
msarett
https://codereview.chromium.org/2035793002/diff/40001/bench/ColorCodecBench.cpp File bench/ColorCodecBench.cpp (right): https://codereview.chromium.org/2035793002/diff/40001/bench/ColorCodecBench.cpp#newcode21 bench/ColorCodecBench.cpp:21: , fDstSpaceQCMS(nullptr) On 2016/06/03 14:25:36, scroggo wrote: > This ...
4 years, 6 months ago (2016-06-03 14:46:36 UTC) #9
commit-bot: I haz the power
Dry run: CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/2035793002/60001 View timeline at https://chromium-cq-status.appspot.com/patch-timeline/2035793002/60001
4 years, 6 months ago (2016-06-03 14:46:49 UTC) #11
commit-bot: I haz the power
Dry run: Try jobs failed on following builders: Build-Win-MSVC-x86_64-Debug-Trybot on client.skia.compile (JOB_FAILED, http://build.chromium.org/p/client.skia.compile/builders/Build-Win-MSVC-x86_64-Debug-Trybot/builds/8965)
4 years, 6 months ago (2016-06-03 14:48:22 UTC) #13
commit-bot: I haz the power
Dry run: CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/2035793002/80001 View timeline at https://chromium-cq-status.appspot.com/patch-timeline/2035793002/80001
4 years, 6 months ago (2016-06-03 15:05:25 UTC) #15
commit-bot: I haz the power
Dry run: This issue passed the CQ dry run.
4 years, 6 months ago (2016-06-03 15:20:59 UTC) #17
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/2035793002/80001 View timeline at https://chromium-cq-status.appspot.com/patch-timeline/2035793002/80001
4 years, 6 months ago (2016-06-03 15:21:36 UTC) #20
commit-bot: I haz the power
Try jobs failed on following builders: skia_presubmit-Trybot on client.skia.fyi (JOB_FAILED, http://build.chromium.org/p/client.skia.fyi/builders/skia_presubmit-Trybot/builds/10165)
4 years, 6 months ago (2016-06-03 15:23:09 UTC) #22
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/2035793002/80001 View timeline at https://chromium-cq-status.appspot.com/patch-timeline/2035793002/80001
4 years, 6 months ago (2016-06-03 15:24:26 UTC) #25
commit-bot: I haz the power
4 years, 6 months ago (2016-06-03 15:25:25 UTC) #27
Message was sent while issue was closed.
Committed patchset #5 (id:80001) as
https://skia.googlesource.com/skia/+/2cee902847a940c4bab56b42dabbb3721be3f9ac

Powered by Google App Engine
This is Rietveld 408576698