Chromium Code Reviews
DescriptionRecord first layout time UMA metric in PageLoadHistograms.
Due to the issue described in crbug.com/382542, many histograms
intended to be logged by PageLoadHistograms do not get logged,
because fast shutdown kills processes before they get a chance
to log.
This patch logs first layout metrics earlier in the page life cycle,
in order to avoid losing these histograms.
BUG=507790
R=jochen,pmeenan,rdsmith
Committed: https://crrev.com/973721b2beff40e8fd2fd876e826e3cb1176f4f8
Cr-Commit-Position: refs/heads/master@{#338286}
Patch Set 1 #Patch Set 2 : #Patch Set 3 : Log after layout callback. #Patch Set 4 : Revert removed newline. #
Total comments: 2
Patch Set 5 : Update comment. #
Total comments: 4
Patch Set 6 : Address comments. #Patch Set 7 : Add additional comment. #Patch Set 8 : Add histograms.xml entries. #Patch Set 9 : Fix histogram names. #Patch Set 10 : Move histograms.xml to separate change. #Messages
Total messages: 24 (12 generated)
|