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

Unified Diff: tools/metrics/histograms/histograms.xml

Issue 2883273003: Move the user interaction policy for FirstMeaningfulPaint UMA into renderer (Closed)
Patch Set: add testcase Created 3 years, 6 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
Download patch
Index: tools/metrics/histograms/histograms.xml
diff --git a/tools/metrics/histograms/histograms.xml b/tools/metrics/histograms/histograms.xml
index e5c5bcc50d590ae8891545f79ac665dc147bc39c..c3e817bec1ddfcc46882072e91b7a6968457a0fa 100644
--- a/tools/metrics/histograms/histograms.xml
+++ b/tools/metrics/histograms/histograms.xml
@@ -49249,6 +49249,9 @@ http://cs/file:chrome/histograms.xml - but prefer this file for new entries.
<histogram
name="PageLoad.Experimental.PaintTiming.FirstMeaningfulPaintSignalStatus2"
enum="FirstMeaningfulPaintSignalStatus">
+ <obsolete>
+ Deprecated as of 05/17/2017.
+ </obsolete>
<owner>ksakamoto@chromium.org</owner>
<summary>
Whether the user had any interaction on the page (except mouse move) after
@@ -49270,6 +49273,9 @@ http://cs/file:chrome/histograms.xml - but prefer this file for new entries.
<histogram
name="PageLoad.Experimental.PaintTiming.FirstMeaningfulPaintToNetworkStable"
units="ms">
+ <obsolete>
+ Deprecated as of 05/17/2017.
+ </obsolete>
<owner>ksakamoto@chromium.org</owner>
<summary>
Measures the time between when the first meaningful paint
@@ -49343,6 +49349,16 @@ http://cs/file:chrome/histograms.xml - but prefer this file for new entries.
</summary>
</histogram>
+<histogram
+ name="PageLoad.Experimental.Renderer.PaintTiming.HadUserInputBeforeFirstMeaningfulPaint"
+ enum="HadUserInput">
+ <owner>ksakamoto@chromium.org</owner>
+ <summary>
+ Whether the user had any interaction on the page before
+ FirstMeaningfulPaint. Recorded when the page load reached network idle.
+ </summary>
+</histogram>
+
<histogram name="PageLoad.Experimental.TotalRequests.ParseStop"
units="requests">
<owner>csharrison@chromium.org</owner>
@@ -88348,6 +88364,9 @@ http://cs/file:chrome/histograms.xml - but prefer this file for new entries.
</histogram_suffixes>
<histogram_suffixes name="HadUserInput" separator=".">
+ <obsolete>
+ Deprecated as of 05/17/2017.
+ </obsolete>
<suffix name="HadUserInput" label="Had user input"/>
<suffix name="NoUserInput" label="No user input"/>
<affected-histogram
« third_party/WebKit/Source/core/paint/PaintTiming.cpp ('K') | « tools/metrics/histograms/enums.xml ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698