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

Issue 258093005: cc: Record statistics about approximated content. (Closed)

Created:
6 years, 7 months ago by ernstm
Modified:
6 years, 7 months ago
Reviewers:
vmpstr, enne (OOO)
CC:
chromium-reviews, cc-bugs_chromium.org
Visibility:
Public.

Description

cc: Record statistics about approximated content. Record the total visible content area and the approximated visible content area. Approximated area is the visible area covered by low-res or missing tiles. These statistics will be used in a follow-up patch to report the percentage of pixels that were approximated in smoothness benchmark. R=vmpstr@chromium.org,enne@chromium.org, BUG=308652 Committed: https://src.chromium.org/viewvc/chrome?view=rev&revision=267088

Patch Set 1 #

Total comments: 4

Patch Set 2 : Fix resolution condition. #

Unified diffs Side-by-side diffs Delta from patch set Stats (+53 lines, -1 line) Patch
M cc/debug/rendering_stats.h View 1 chunk +2 lines, -0 lines 0 comments Download
M cc/debug/rendering_stats.cc View 3 chunks +9 lines, -1 line 0 comments Download
M cc/debug/rendering_stats_instrumentation.h View 1 chunk +2 lines, -0 lines 0 comments Download
M cc/debug/rendering_stats_instrumentation.cc View 1 chunk +17 lines, -0 lines 0 comments Download
M cc/layers/append_quads_data.h View 1 chunk +8 lines, -0 lines 0 comments Download
M cc/layers/picture_layer_impl.cc View 1 3 chunks +10 lines, -0 lines 0 comments Download
M cc/trees/layer_tree_host_impl.cc View 1 chunk +5 lines, -0 lines 0 comments Download

Messages

Total messages: 9 (0 generated)
ernstm
PTAL
6 years, 7 months ago (2014-04-29 00:01:08 UTC) #1
enne (OOO)
https://codereview.chromium.org/258093005/diff/1/cc/layers/picture_layer_impl.cc File cc/layers/picture_layer_impl.cc (right): https://codereview.chromium.org/258093005/diff/1/cc/layers/picture_layer_impl.cc#newcode331 cc/layers/picture_layer_impl.cc:331: if (iter->priority(ACTIVE_TREE).resolution == LOW_RESOLUTION) { This is not entirely ...
6 years, 7 months ago (2014-04-29 17:38:41 UTC) #2
ernstm
https://codereview.chromium.org/258093005/diff/1/cc/layers/picture_layer_impl.cc File cc/layers/picture_layer_impl.cc (right): https://codereview.chromium.org/258093005/diff/1/cc/layers/picture_layer_impl.cc#newcode331 cc/layers/picture_layer_impl.cc:331: if (iter->priority(ACTIVE_TREE).resolution == LOW_RESOLUTION) { On 2014/04/29 17:38:41, enne ...
6 years, 7 months ago (2014-04-29 18:40:13 UTC) #3
enne (OOO)
https://codereview.chromium.org/258093005/diff/1/cc/layers/picture_layer_impl.cc File cc/layers/picture_layer_impl.cc (right): https://codereview.chromium.org/258093005/diff/1/cc/layers/picture_layer_impl.cc#newcode331 cc/layers/picture_layer_impl.cc:331: if (iter->priority(ACTIVE_TREE).resolution == LOW_RESOLUTION) { On 2014/04/29 18:40:14, ernstm ...
6 years, 7 months ago (2014-04-29 18:46:37 UTC) #4
ernstm
https://codereview.chromium.org/258093005/diff/1/cc/layers/picture_layer_impl.cc File cc/layers/picture_layer_impl.cc (right): https://codereview.chromium.org/258093005/diff/1/cc/layers/picture_layer_impl.cc#newcode331 cc/layers/picture_layer_impl.cc:331: if (iter->priority(ACTIVE_TREE).resolution == LOW_RESOLUTION) { On 2014/04/29 18:46:38, enne ...
6 years, 7 months ago (2014-04-29 19:00:12 UTC) #5
enne (OOO)
lgtm
6 years, 7 months ago (2014-04-29 19:02:48 UTC) #6
ernstm
The CQ bit was checked by ernstm@chromium.org
6 years, 7 months ago (2014-04-29 19:18:05 UTC) #7
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/ernstm@chromium.org/258093005/20001
6 years, 7 months ago (2014-04-29 19:19:43 UTC) #8
commit-bot: I haz the power
6 years, 7 months ago (2014-04-30 05:29:25 UTC) #9
Message was sent while issue was closed.
Change committed as 267088

Powered by Google App Engine
This is Rietveld 408576698