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

Issue 2953073002: LatencyInfo trace_id_ no longer dependent on sequence_number. (Closed)

Created:
3 years, 6 months ago by tdresser
Modified:
3 years, 5 months ago
Reviewers:
kenrb, dtapuska, brianderson
CC:
chromium-reviews, jam, darin-cc_chromium.org, dtapuska+chromiumwatch_chromium.org
Target Ref:
refs/heads/master
Project:
chromium
Visibility:
Public.

Description

LatencyInfo trace_id_ no longer dependent on sequence_number. trace_id_ is the primary consumer of sequence_numbers in LatencyInfo. In order to get rid of sequence_number, first remove the dependency between trace_id_ and sequence_number. This is a precursor to https://codereview.chromium.org/2914023002. BUG=731202 TEST=RenderWidgetHostLatencyTrackerTest, latency_unittests CQ_INCLUDE_TRYBOTS=master.tryserver.blink:linux_trusty_blink_rel Review-Url: https://codereview.chromium.org/2953073002 Cr-Commit-Position: refs/heads/master@{#482718} Committed: https://chromium.googlesource.com/chromium/src/+/7a5ff008cb7963c34c5207fa60145a1d7d9ea99a

Patch Set 1 : Ensure threading model is sane. #

Patch Set 2 : Initial implementation. #

Patch Set 3 : Fix cc_unittests #

Total comments: 4

Patch Set 4 : Address nit. #

Unified diffs Side-by-side diffs Delta from patch set Stats (+71 lines, -8 lines) Patch
M cc/ipc/struct_traits_unittest.cc View 1 2 1 chunk +1 line, -0 lines 0 comments Download
M cc/trees/latency_info_swap_promise_monitor.cc View 1 1 chunk +3 lines, -3 lines 0 comments Download
M cc/trees/layer_tree_host_impl_unittest.cc View 1 2 3 2 chunks +2 lines, -0 lines 0 comments Download
M content/browser/renderer_host/input/render_widget_host_latency_tracker.cc View 1 2 chunks +5 lines, -0 lines 0 comments Download
M content/browser/renderer_host/input/render_widget_host_latency_tracker_unittest.cc View 1 2 3 10 chunks +12 lines, -0 lines 0 comments Download
M content/common/input/input_param_traits_unittest.cc View 1 1 chunk +1 line, -0 lines 0 comments Download
M ui/latency/ipc/latency_info_param_traits.cc View 1 4 chunks +6 lines, -0 lines 0 comments Download
M ui/latency/ipc/latency_info_param_traits_unittest.cc View 1 1 chunk +2 lines, -1 line 0 comments Download
M ui/latency/latency_info.h View 1 2 chunks +4 lines, -0 lines 0 comments Download
M ui/latency/latency_info.cc View 1 6 chunks +19 lines, -3 lines 0 comments Download
M ui/latency/latency_info_unittest.cc View 1 3 chunks +5 lines, -0 lines 0 comments Download
M ui/latency/mojo/latency_info.mojom View 1 1 chunk +1 line, -0 lines 0 comments Download
M ui/latency/mojo/latency_info_struct_traits.h View 1 1 chunk +1 line, -0 lines 0 comments Download
M ui/latency/mojo/latency_info_struct_traits.cc View 1 2 chunks +7 lines, -0 lines 0 comments Download
M ui/latency/mojo/struct_traits_unittest.cc View 1 1 chunk +2 lines, -1 line 0 comments Download

Messages

Total messages: 30 (22 generated)
tdresser
+dtapuska for initial review.
3 years, 6 months ago (2017-06-23 12:05:47 UTC) #17
dtapuska
On 2017/06/23 12:05:47, tdresser wrote: > +dtapuska for initial review. lgtm
3 years, 5 months ago (2017-06-26 20:46:50 UTC) #18
tdresser
+kenrb@ for ipc/mojo. +brianderson@ for cc.
3 years, 5 months ago (2017-06-26 20:50:58 UTC) #20
kenrb
ipc/mojo lgtm
3 years, 5 months ago (2017-06-26 20:53:11 UTC) #21
brianderson
lgtm https://codereview.chromium.org/2953073002/diff/40001/cc/trees/latency_info_swap_promise_monitor.cc File cc/trees/latency_info_swap_promise_monitor.cc (right): https://codereview.chromium.org/2953073002/diff/40001/cc/trees/latency_info_swap_promise_monitor.cc#newcode95 cc/trees/latency_info_swap_promise_monitor.cc:95: ui::INPUT_EVENT_LATENCY_FORWARD_SCROLL_UPDATE_TO_MAIN_COMPONENT); The new order here seems more intuitive, ...
3 years, 5 months ago (2017-06-27 18:00:59 UTC) #22
tdresser
https://codereview.chromium.org/2953073002/diff/40001/cc/trees/latency_info_swap_promise_monitor.cc File cc/trees/latency_info_swap_promise_monitor.cc (right): https://codereview.chromium.org/2953073002/diff/40001/cc/trees/latency_info_swap_promise_monitor.cc#newcode95 cc/trees/latency_info_swap_promise_monitor.cc:95: ui::INPUT_EVENT_LATENCY_FORWARD_SCROLL_UPDATE_TO_MAIN_COMPONENT); On 2017/06/27 18:00:58, brianderson wrote: > The new ...
3 years, 5 months ago (2017-06-27 18:33:12 UTC) #23
commit-bot: I haz the power
CQ is trying da patch. Follow status at: https://chromium-cq-status.appspot.com/v2/patch-status/codereview.chromium.org/2953073002/60001
3 years, 5 months ago (2017-06-27 18:33:29 UTC) #26
commit-bot: I haz the power
3 years, 5 months ago (2017-06-27 19:57:03 UTC) #30
Message was sent while issue was closed.
Committed patchset #4 (id:60001) as
https://chromium.googlesource.com/chromium/src/+/7a5ff008cb7963c34c5207fa6014...

Powered by Google App Engine
This is Rietveld 408576698