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

Issue 411693004: Only Record Ugliness Histogram for Compositor Side Changes (Closed)

Created:
6 years, 5 months ago by weiliangc
Modified:
6 years, 5 months ago
Reviewers:
enne (OOO)
CC:
chromium-reviews, cc-bugs_chromium.org, Ian Vollick, danakj
Base URL:
https://chromium.googlesource.com/chromium/src.git@master
Project:
chromium
Visibility:
Public.

Description

Only Record Ugliness Histogram for Compositor Side Changes Set up a counter in LayerTreeImpl to indicate whether a recent frame has been pushed from main thread. Since missing and incomplete tiles are compositor side concept, only track those numbers on compositor side. BUG=381695 Committed: https://src.chromium.org/viewvc/chrome?view=rev&revision=285010

Patch Set 1 : #

Total comments: 3

Patch Set 2 : address comments and use a bool #

Unified diffs Side-by-side diffs Delta from patch set Stats (+14 lines, -1 line) Patch
M cc/trees/layer_tree_host.cc View 1 1 chunk +2 lines, -0 lines 0 comments Download
M cc/trees/layer_tree_host_impl.cc View 1 2 chunks +2 lines, -1 line 0 comments Download
M cc/trees/layer_tree_impl.h View 1 2 chunks +7 lines, -0 lines 0 comments Download
M cc/trees/layer_tree_impl.cc View 1 2 chunks +3 lines, -0 lines 0 comments Download

Messages

Total messages: 13 (0 generated)
weiliangc
Attempt for only recording number for histogram on compositor thread. https://codereview.chromium.org/411693004/diff/20001/cc/trees/layer_tree_impl.h File cc/trees/layer_tree_impl.h (right): https://codereview.chromium.org/411693004/diff/20001/cc/trees/layer_tree_impl.h#newcode192 ...
6 years, 5 months ago (2014-07-22 22:01:13 UTC) #1
enne (OOO)
https://codereview.chromium.org/411693004/diff/20001/cc/trees/layer_tree_impl.h File cc/trees/layer_tree_impl.h (right): https://codereview.chromium.org/411693004/diff/20001/cc/trees/layer_tree_impl.h#newcode192 cc/trees/layer_tree_impl.h:192: if (frames_have_been_drawn_) On 2014/07/22 22:01:13, weiliangc wrote: > I ...
6 years, 5 months ago (2014-07-22 22:35:38 UTC) #2
weiliangc
On 2014/07/22 22:35:38, enne wrote: > https://codereview.chromium.org/411693004/diff/20001/cc/trees/layer_tree_impl.h > File cc/trees/layer_tree_impl.h (right): > > https://codereview.chromium.org/411693004/diff/20001/cc/trees/layer_tree_impl.h#newcode192 > ...
6 years, 5 months ago (2014-07-22 23:12:42 UTC) #3
enne (OOO)
Ah, probably because LayerTreeImpl::PushPropertiesTo never got called because there's no impl-side painting? Maybe you should ...
6 years, 5 months ago (2014-07-22 23:17:27 UTC) #4
weiliangc
On 2014/07/22 23:17:27, enne wrote: > Ah, probably because LayerTreeImpl::PushPropertiesTo never got called because > ...
6 years, 5 months ago (2014-07-22 23:27:06 UTC) #5
enne (OOO)
On 2014/07/22 23:27:06, weiliangc wrote: > On 2014/07/22 23:17:27, enne wrote: > > Ah, probably ...
6 years, 5 months ago (2014-07-22 23:31:27 UTC) #6
weiliangc
On 2014/07/22 23:31:27, enne wrote: > On 2014/07/22 23:27:06, weiliangc wrote: > > On 2014/07/22 ...
6 years, 5 months ago (2014-07-22 23:44:09 UTC) #7
enne (OOO)
On 2014/07/22 23:44:09, weiliangc wrote: > Do you mean reset bool on sync_tree in LTH::FinishCommitOnImplThread? ...
6 years, 5 months ago (2014-07-22 23:46:05 UTC) #8
weiliangc
On 2014/07/22 23:46:05, enne wrote: > On 2014/07/22 23:44:09, weiliangc wrote: > > > Do ...
6 years, 5 months ago (2014-07-23 00:16:08 UTC) #9
enne (OOO)
lgtm
6 years, 5 months ago (2014-07-23 00:28:26 UTC) #10
weiliangc
The CQ bit was checked by weiliangc@chromium.org
6 years, 5 months ago (2014-07-23 14:41:11 UTC) #11
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/weiliangc@chromium.org/411693004/40001
6 years, 5 months ago (2014-07-23 14:42:57 UTC) #12
commit-bot: I haz the power
6 years, 5 months ago (2014-07-23 19:18:57 UTC) #13
Message was sent while issue was closed.
Change committed as 285010

Powered by Google App Engine
This is Rietveld 408576698