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

Issue 213093003: cc: Skip analysis for narrow layers. (Closed)

Created:
6 years, 9 months ago by vmpstr
Modified:
6 years, 8 months ago
Reviewers:
cmp, reveman, alokp
CC:
chromium-reviews, cc-bugs_chromium.org
Visibility:
Public.

Description

cc: Skip analysis for narrow layers. This patch ensures that we skip analysis for narrow layers. These layers are unlikely to have solid color, and we shouldn't spend time analyzing them. Additionally, we need to be cautious and set has_text to be true by default, since for tiles that skipped analysis, we have to assume that they have text. BUG=341700 R=reveman@chromium.org, alokp@chromium.org

Patch Set 1 #

Total comments: 7

Patch Set 2 : alokp's review #

Total comments: 4

Patch Set 3 : update #

Unified diffs Side-by-side diffs Delta from patch set Stats (+20 lines, -5 lines) Patch
M cc/resources/picture_pile_impl.cc View 1 1 chunk +5 lines, -4 lines 0 comments Download
M cc/resources/tile_manager.cc View 1 2 2 chunks +15 lines, -1 line 0 comments Download

Messages

Total messages: 41 (0 generated)
vmpstr
Please take a look. On sky.com, this seems to skip about 25% of analysis.
6 years, 9 months ago (2014-03-26 18:51:23 UTC) #1
alokp
https://codereview.chromium.org/213093003/diff/1/cc/resources/picture_pile_impl.cc File cc/resources/picture_pile_impl.cc (right): https://codereview.chromium.org/213093003/diff/1/cc/resources/picture_pile_impl.cc#newcode379 cc/resources/picture_pile_impl.cc:379: PicturePileImpl::Analysis::Analysis() : is_solid_color(false), has_text(true) {} Please add a comment ...
6 years, 9 months ago (2014-03-27 05:20:45 UTC) #2
vmpstr
PTAL https://codereview.chromium.org/213093003/diff/1/cc/resources/picture_pile_impl.cc File cc/resources/picture_pile_impl.cc (right): https://codereview.chromium.org/213093003/diff/1/cc/resources/picture_pile_impl.cc#newcode379 cc/resources/picture_pile_impl.cc:379: PicturePileImpl::Analysis::Analysis() : is_solid_color(false), has_text(true) {} On 2014/03/27 05:20:45, ...
6 years, 9 months ago (2014-03-27 17:02:52 UTC) #3
alokp
lgtm https://codereview.chromium.org/213093003/diff/1/cc/resources/tile_manager.cc File cc/resources/tile_manager.cc (right): https://codereview.chromium.org/213093003/diff/1/cc/resources/tile_manager.cc#newcode1171 cc/resources/tile_manager.cc:1171: // this tile is narrow, since more likely ...
6 years, 9 months ago (2014-03-27 17:45:16 UTC) #4
reveman
https://codereview.chromium.org/213093003/diff/20001/cc/resources/tile_manager.cc File cc/resources/tile_manager.cc (right): https://codereview.chromium.org/213093003/diff/20001/cc/resources/tile_manager.cc#newcode36 cc/resources/tile_manager.cc:36: const int kMinLengthToAnalyze = 256; kMinDimensionForAnalysis? https://codereview.chromium.org/213093003/diff/20001/cc/resources/tile_manager.cc#newcode1176 cc/resources/tile_manager.cc:1176: std::min(pile_size.width(), ...
6 years, 9 months ago (2014-03-27 18:11:26 UTC) #5
vmpstr
On 2014/03/27 17:45:16, Alok Priyadarshi wrote: > lgtm > > https://codereview.chromium.org/213093003/diff/1/cc/resources/tile_manager.cc > File cc/resources/tile_manager.cc (right): ...
6 years, 9 months ago (2014-03-27 18:41:21 UTC) #6
vmpstr
PTAL https://codereview.chromium.org/213093003/diff/20001/cc/resources/tile_manager.cc File cc/resources/tile_manager.cc (right): https://codereview.chromium.org/213093003/diff/20001/cc/resources/tile_manager.cc#newcode36 cc/resources/tile_manager.cc:36: const int kMinLengthToAnalyze = 256; On 2014/03/27 18:11:26, ...
6 years, 9 months ago (2014-03-27 18:41:27 UTC) #7
reveman
lgtm
6 years, 9 months ago (2014-03-27 19:07:21 UTC) #8
vmpstr
The CQ bit was checked by vmpstr@chromium.org
6 years, 9 months ago (2014-03-27 20:53:07 UTC) #9
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/vmpstr@chromium.org/213093003/40001
6 years, 9 months ago (2014-03-27 20:53:22 UTC) #10
commit-bot: I haz the power
The CQ bit was unchecked by commit-bot@chromium.org
6 years, 9 months ago (2014-03-28 03:40:57 UTC) #11
commit-bot: I haz the power
Retried try job too often on ios_dbg_simulator for step(s) base_unittests, components_unittests, crypto_unittests http://build.chromium.org/p/tryserver.chromium/buildstatus?builder=ios_dbg_simulator&number=136642
6 years, 9 months ago (2014-03-28 03:40:57 UTC) #12
vmpstr
The CQ bit was checked by vmpstr@chromium.org
6 years, 9 months ago (2014-03-28 16:57:19 UTC) #13
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/vmpstr@chromium.org/213093003/40001
6 years, 9 months ago (2014-03-28 17:02:04 UTC) #14
commit-bot: I haz the power
The CQ bit was unchecked by commit-bot@chromium.org
6 years, 9 months ago (2014-03-28 21:38:02 UTC) #15
commit-bot: I haz the power
Commit queue rejected this change because the description was changed between the time the change ...
6 years, 9 months ago (2014-03-28 21:38:03 UTC) #16
vmpstr
The CQ bit was checked by vmpstr@chromium.org
6 years, 9 months ago (2014-03-28 21:45:18 UTC) #17
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/vmpstr@chromium.org/213093003/40001
6 years, 9 months ago (2014-03-28 21:47:11 UTC) #18
commit-bot: I haz the power
The CQ bit was unchecked by commit-bot@chromium.org
6 years, 9 months ago (2014-03-28 23:44:42 UTC) #19
commit-bot: I haz the power
Commit queue rejected this change because the description was changed between the time the change ...
6 years, 9 months ago (2014-03-28 23:44:43 UTC) #20
vmpstr
The CQ bit was checked by vmpstr@chromium.org
6 years, 9 months ago (2014-03-28 23:48:21 UTC) #21
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/vmpstr@chromium.org/213093003/40001
6 years, 9 months ago (2014-03-28 23:51:28 UTC) #22
cmp
The CQ bit was unchecked by cmp@chromium.org
6 years, 8 months ago (2014-03-30 17:11:36 UTC) #23
cmp
The CQ bit was checked by cmp@chromium.org
6 years, 8 months ago (2014-03-30 17:16:44 UTC) #24
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/vmpstr@chromium.org/213093003/40001
6 years, 8 months ago (2014-03-30 17:16:52 UTC) #25
cmp
The CQ bit was unchecked by cmp@chromium.org
6 years, 8 months ago (2014-03-30 18:14:18 UTC) #26
cmp
The CQ bit was checked by cmp@chromium.org
6 years, 8 months ago (2014-03-30 18:33:03 UTC) #27
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/vmpstr@chromium.org/213093003/40001
6 years, 8 months ago (2014-03-30 18:33:11 UTC) #28
vmpstr
The CQ bit was unchecked by vmpstr@chromium.org
6 years, 8 months ago (2014-03-31 16:47:36 UTC) #29
vmpstr
The CQ bit was checked by vmpstr@chromium.org
6 years, 8 months ago (2014-03-31 16:47:38 UTC) #30
vmpstr
The CQ bit was unchecked by vmpstr@chromium.org
6 years, 8 months ago (2014-04-01 20:20:15 UTC) #31
vmpstr
The CQ bit was checked by vmpstr@chromium.org
6 years, 8 months ago (2014-04-01 20:20:18 UTC) #32
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/vmpstr@chromium.org/213093003/40001
6 years, 8 months ago (2014-04-01 22:02:10 UTC) #33
commit-bot: I haz the power
The CQ bit was unchecked by commit-bot@chromium.org
6 years, 8 months ago (2014-04-01 22:02:37 UTC) #34
commit-bot: I haz the power
Internal error: failed to checkout. Please try again.
6 years, 8 months ago (2014-04-01 22:02:38 UTC) #35
vmpstr
The CQ bit was checked by vmpstr@chromium.org
6 years, 8 months ago (2014-04-01 22:20:01 UTC) #36
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/vmpstr@chromium.org/213093003/40001
6 years, 8 months ago (2014-04-01 22:53:55 UTC) #37
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/vmpstr@chromium.org/213093003/40001
6 years, 8 months ago (2014-04-02 02:07:25 UTC) #38
commit-bot: I haz the power
The CQ bit was unchecked by commit-bot@chromium.org
6 years, 8 months ago (2014-04-03 08:32:26 UTC) #39
commit-bot: I haz the power
Commit queue rejected this change because the description was changed between the time the change ...
6 years, 8 months ago (2014-04-03 08:32:27 UTC) #40
vmpstr
6 years, 8 months ago (2014-04-03 22:19:37 UTC) #41
On 2014/04/03 08:32:27, I haz the power (commit-bot) wrote:
> Commit queue rejected this change because the description was changed
> between the time the change entered the commit queue and the time it
> was ready to commit. You can safely check the commit box again.

moved this to https://codereview.chromium.org/224333002/

Powered by Google App Engine
This is Rietveld 408576698