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

Issue 88543002: DM: some refactoring (Closed)

Created:
7 years ago by mtklein
Modified:
7 years ago
Reviewers:
epoger, bsalomon
CC:
skia-review_googlegroups.com
Visibility:
Public.

Description

DM: some refactoring - rename ComparisonTask to ChecksumTask - have ChecksumTask handle all the checksum-checking - turn on all extra modes by default - simplify progress output to a countdown BUG= R=bsalomon@google.com Committed: https://code.google.com/p/skia/source/detail?r=12398

Patch Set 1 #

Total comments: 13
Unified diffs Side-by-side diffs Delta from patch set Stats (+57 lines, -95 lines) Patch
A + dm/DMChecksumTask.h View 3 chunks +7 lines, -8 lines 2 comments Download
A dm/DMChecksumTask.cpp View 1 chunk +26 lines, -0 lines 3 comments Download
D dm/DMComparisonTask.h View 1 chunk +0 lines, -31 lines 0 comments Download
D dm/DMComparisonTask.cpp View 1 chunk +0 lines, -21 lines 0 comments Download
M dm/DMCpuTask.cpp View 2 chunks +12 lines, -10 lines 0 comments Download
M dm/DMGpuTask.cpp View 2 chunks +2 lines, -4 lines 0 comments Download
M dm/DMPipeTask.cpp View 1 chunk +1 line, -1 line 2 comments Download
M dm/DMReplayTask.cpp View 1 chunk +2 lines, -2 lines 1 comment Download
M dm/DMReporter.cpp View 1 chunk +1 line, -1 line 4 comments Download
M dm/DMSerializeTask.cpp View 1 chunk +1 line, -1 line 1 comment Download
M dm/DMUtil.h View 1 chunk +0 lines, -3 lines 0 comments Download
M dm/DMUtil.cpp View 2 chunks +4 lines, -12 lines 0 comments Download
M gyp/dm.gyp View 1 chunk +1 line, -1 line 0 comments Download

Messages

Total messages: 8 (0 generated)
mtklein
7 years ago (2013-11-26 15:22:37 UTC) #1
epoger
https://codereview.chromium.org/88543002/diff/1/dm/DMChecksumTask.cpp File dm/DMChecksumTask.cpp (right): https://codereview.chromium.org/88543002/diff/1/dm/DMChecksumTask.cpp#newcode12 dm/DMChecksumTask.cpp:12: , fBitmap(bitmap) I take it that copying the SkBitmap ...
7 years ago (2013-11-26 17:55:22 UTC) #2
bsalomon
lgtm https://codereview.chromium.org/88543002/diff/1/dm/DMChecksumTask.cpp File dm/DMChecksumTask.cpp (right): https://codereview.chromium.org/88543002/diff/1/dm/DMChecksumTask.cpp#newcode12 dm/DMChecksumTask.cpp:12: , fBitmap(bitmap) On 2013/11/26 17:55:22, epoger wrote: > ...
7 years ago (2013-11-26 18:21:52 UTC) #3
mtklein
Thanks for looking guys. https://codereview.chromium.org/88543002/diff/1/dm/DMChecksumTask.cpp File dm/DMChecksumTask.cpp (right): https://codereview.chromium.org/88543002/diff/1/dm/DMChecksumTask.cpp#newcode12 dm/DMChecksumTask.cpp:12: , fBitmap(bitmap) On 2013/11/26 17:55:22, ...
7 years ago (2013-11-26 18:25:30 UTC) #4
epoger
https://codereview.chromium.org/88543002/diff/1/dm/DMReporter.cpp File dm/DMReporter.cpp (right): https://codereview.chromium.org/88543002/diff/1/dm/DMReporter.cpp#newcode15 dm/DMReporter.cpp:15: status.printf("\r\033[K%d tasks left", this->started() - this->finished()); On 2013/11/26 18:25:30, ...
7 years ago (2013-11-26 18:34:48 UTC) #5
mtklein
On 2013/11/26 18:34:48, epoger wrote: > https://codereview.chromium.org/88543002/diff/1/dm/DMReporter.cpp > File dm/DMReporter.cpp (right): > > https://codereview.chromium.org/88543002/diff/1/dm/DMReporter.cpp#newcode15 > ...
7 years ago (2013-11-26 18:40:35 UTC) #6
epoger
On 2013/11/26 18:40:35, mtklein wrote: > On 2013/11/26 18:34:48, epoger wrote: > > https://codereview.chromium.org/88543002/diff/1/dm/DMReporter.cpp > ...
7 years ago (2013-11-26 18:43:50 UTC) #7
mtklein
7 years ago (2013-11-26 18:52:38 UTC) #8
Message was sent while issue was closed.
Committed patchset #1 manually as r12398 (presubmit successful).

Powered by Google App Engine
This is Rietveld 408576698