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

Issue 884243004: cc: Record frame timing composite events in the tracker. (Closed)

Created:
5 years, 10 months ago by vmpstr
Modified:
5 years, 10 months ago
Reviewers:
danakj, MikeB
CC:
chromium-reviews, cc-bugs_chromium.org
Base URL:
https://chromium.googlesource.com/chromium/src.git@master
Target Ref:
refs/pending/heads/master
Project:
chromium
Visibility:
Public.

Description

cc: Record frame timing composite events in the tracker. This patch adds composite event recording for requested rects into the frame timing tracker. The current approach is to record all rects that intersect the visible rect for that layer. R=danakj, mpb@chromium.org BUG=441555 Committed: https://crrev.com/99aa853cae0e968f54c15bbbd33c9abcc344d133 Cr-Commit-Position: refs/heads/master@{#314398}

Patch Set 1 #

Patch Set 2 : test #

Total comments: 8

Patch Set 3 : update #

Patch Set 4 : #

Total comments: 8

Patch Set 5 : #

Total comments: 7

Patch Set 6 : #

Patch Set 7 : #

Unified diffs Side-by-side diffs Delta from patch set Stats (+99 lines, -2 lines) Patch
M cc/debug/frame_timing_request.h View 1 2 3 4 5 6 2 chunks +5 lines, -1 line 0 comments Download
M cc/trees/layer_tree_host_impl.h View 1 2 3 4 5 6 4 chunks +8 lines, -0 lines 0 comments Download
M cc/trees/layer_tree_host_impl.cc View 1 2 3 4 5 6 3 chunks +19 lines, -1 line 0 comments Download
M cc/trees/layer_tree_host_unittest.cc View 1 2 3 4 5 1 chunk +67 lines, -0 lines 0 comments Download

Messages

Total messages: 21 (5 generated)
vmpstr
Please take a look. I'll work on the tests, but let me know if there ...
5 years, 10 months ago (2015-01-28 23:41:41 UTC) #3
vmpstr
Added a test, PTAL.
5 years, 10 months ago (2015-02-02 19:06:29 UTC) #4
MikeB
LGTM Test looks good too, thanks.
5 years, 10 months ago (2015-02-02 19:25:31 UTC) #5
danakj
https://codereview.chromium.org/884243004/diff/20001/cc/trees/layer_tree_host_impl.cc File cc/trees/layer_tree_host_impl.cc (right): https://codereview.chromium.org/884243004/diff/20001/cc/trees/layer_tree_host_impl.cc#newcode810 cc/trees/layer_tree_host_impl.cc:810: for (const auto& request : frame_timing_requests) { you could ...
5 years, 10 months ago (2015-02-02 21:19:06 UTC) #6
vmpstr
PTAL https://codereview.chromium.org/884243004/diff/20001/cc/trees/layer_tree_host_impl.cc File cc/trees/layer_tree_host_impl.cc (right): https://codereview.chromium.org/884243004/diff/20001/cc/trees/layer_tree_host_impl.cc#newcode810 cc/trees/layer_tree_host_impl.cc:810: for (const auto& request : frame_timing_requests) { On ...
5 years, 10 months ago (2015-02-02 22:32:05 UTC) #7
danakj
https://codereview.chromium.org/884243004/diff/60001/cc/trees/layer_tree_host_impl.h File cc/trees/layer_tree_host_impl.h (right): https://codereview.chromium.org/884243004/diff/60001/cc/trees/layer_tree_host_impl.h#newcode193 cc/trees/layer_tree_host_impl.h:193: std::vector<FrameTimingTracker::FrameAndRectIds> composite_events; nit: stick this up with the other ...
5 years, 10 months ago (2015-02-02 23:10:09 UTC) #8
vmpstr
PTAL https://codereview.chromium.org/884243004/diff/60001/cc/trees/layer_tree_host_impl.h File cc/trees/layer_tree_host_impl.h (right): https://codereview.chromium.org/884243004/diff/60001/cc/trees/layer_tree_host_impl.h#newcode193 cc/trees/layer_tree_host_impl.h:193: std::vector<FrameTimingTracker::FrameAndRectIds> composite_events; On 2015/02/02 23:10:09, danakj wrote: > ...
5 years, 10 months ago (2015-02-02 23:32:29 UTC) #9
danakj
https://codereview.chromium.org/884243004/diff/80001/cc/trees/layer_tree_host_unittest.cc File cc/trees/layer_tree_host_unittest.cc (right): https://codereview.chromium.org/884243004/diff/80001/cc/trees/layer_tree_host_unittest.cc#newcode6156 cc/trees/layer_tree_host_unittest.cc:6156: // Since in reality, the events will be read ...
5 years, 10 months ago (2015-02-02 23:57:29 UTC) #10
vmpstr
https://codereview.chromium.org/884243004/diff/80001/cc/trees/layer_tree_host_unittest.cc File cc/trees/layer_tree_host_unittest.cc (right): https://codereview.chromium.org/884243004/diff/80001/cc/trees/layer_tree_host_unittest.cc#newcode6156 cc/trees/layer_tree_host_unittest.cc:6156: // Since in reality, the events will be read ...
5 years, 10 months ago (2015-02-03 00:10:41 UTC) #11
danakj
LGTM https://codereview.chromium.org/884243004/diff/80001/cc/trees/layer_tree_host_unittest.cc File cc/trees/layer_tree_host_unittest.cc (right): https://codereview.chromium.org/884243004/diff/80001/cc/trees/layer_tree_host_unittest.cc#newcode6156 cc/trees/layer_tree_host_unittest.cc:6156: // Since in reality, the events will be ...
5 years, 10 months ago (2015-02-03 00:21:28 UTC) #12
vmpstr
Thanks! https://codereview.chromium.org/884243004/diff/80001/cc/trees/layer_tree_host_unittest.cc File cc/trees/layer_tree_host_unittest.cc (right): https://codereview.chromium.org/884243004/diff/80001/cc/trees/layer_tree_host_unittest.cc#newcode6156 cc/trees/layer_tree_host_unittest.cc:6156: // Since in reality, the events will be ...
5 years, 10 months ago (2015-02-03 00:26:08 UTC) #13
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/884243004/100001
5 years, 10 months ago (2015-02-03 00:28:00 UTC) #15
commit-bot: I haz the power
Try jobs failed on following builders: linux_chromium_gn_dbg on tryserver.chromium.linux (http://build.chromium.org/p/tryserver.chromium.linux/builders/linux_chromium_gn_dbg/builds/38616)
5 years, 10 months ago (2015-02-03 00:51:34 UTC) #17
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/884243004/120001
5 years, 10 months ago (2015-02-03 18:57:13 UTC) #19
commit-bot: I haz the power
Committed patchset #7 (id:120001)
5 years, 10 months ago (2015-02-03 20:31:54 UTC) #20
commit-bot: I haz the power
5 years, 10 months ago (2015-02-03 20:33:06 UTC) #21
Message was sent while issue was closed.
Patchset 7 (id:??) landed as
https://crrev.com/99aa853cae0e968f54c15bbbd33c9abcc344d133
Cr-Commit-Position: refs/heads/master@{#314398}

Powered by Google App Engine
This is Rietveld 408576698