Chromium Code Reviews
DescriptionRemove incorrect PLT.PT.NavigationStartToFirstLayout histogram
This is a revert of https://codereview.chromium.org/1230513002
The logic for this histogram incorrectly assumes that a RenderViewObserver's
lifetime is tied to a single page load. This is incorrect: a RVO is tied to the
lifetime of a RenderView, which can live for many page loads. Thus, the logic to
compute and emit this histogram is incorrect. We've since added new page load
histograms under PageLoad.*, and there is a
PageLoad.Timing2.NavigationToFirstLayout which is correctly emitted once per
page load. Thus, we are deprecating PLT.PT.NavigationStartToFirstLayout in favor
of PageLoad.Timing2.NavigationToFirstLayout.
BUG=593018
Committed: https://crrev.com/267cd99070e74fc51e38d278f5a557275064c21d
Cr-Commit-Position: refs/heads/master@{#380418}
Patch Set 1 #Patch Set 2 : #
Total comments: 2
Patch Set 3 : jochen comment #
Messages
Total messages: 18 (8 generated)
|
|||||||||||||||||||||||||||||||||||||