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

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

Side-by-side diff isn't available for this file because of its large size.
Issue 1984173002: Log First User Interaction in Page Load Metrics (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 4 years, 7 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 d6e3b42e2f18fef62cf8db7b446e9686f1b6fb18..0e504fc4d0756eba17382157ddb61d28e3b96a14 100644
--- a/tools/metrics/histograms/histograms.xml
+++ b/tools/metrics/histograms/histograms.xml
@@ -93580,6 +93580,7 @@ To add a new entry, add it with any value and run test to compute valid value.
<histogram_suffixes name="PageLoadEventConditions" separator=".">
<suffix name="BeforeCommit"/>
<suffix name="AfterCommit.BeforePaint"/>
+ <suffix name="AfterPaint.BeforeInteraction"/>
<suffix name="DuringParse"/>
<affected-histogram name="PageLoad.AbortTiming.Close"/>
<affected-histogram name="PageLoad.AbortTiming.ForwardBackNavigation"/>
@@ -93598,15 +93599,25 @@ To add a new entry, add it with any value and run test to compute valid value.
web search"/>
<affected-histogram
name="PageLoad.AbortTiming.Close.AfterCommit.BeforePaint"/>
+ <affected-histogram
+ name="PageLoad.AbortTiming.Close.AfterPaint.BeforeInteraction"/>
<affected-histogram name="PageLoad.AbortTiming.Close.BeforeCommit"/>
<affected-histogram
name="PageLoad.AbortTiming.ForwardBackNavigation.AfterCommit.BeforePaint"/>
<affected-histogram
+ name="PageLoad.AbortTiming.ForwardBackNavigation.AfterPaint.BeforeInteraction"/>
+ <affected-histogram
name="PageLoad.AbortTiming.NewNavigation.AfterCommit.BeforePaint"/>
+ <affected-histogram
+ name="PageLoad.AbortTiming.NewNavigation.AfterPaint.BeforeInteraction"/>
<affected-histogram name="PageLoad.AbortTiming.Other.BeforeCommit"/>
<affected-histogram
name="PageLoad.AbortTiming.Reload.AfterCommit.BeforePaint"/>
+ <affected-histogram
+ name="PageLoad.AbortTiming.Reload.AfterPaint.BeforeInteraction"/>
<affected-histogram name="PageLoad.AbortTiming.Stop.AfterCommit.BeforePaint"/>
+ <affected-histogram
+ name="PageLoad.AbortTiming.Stop.AfterPaint.BeforeInteraction"/>
<affected-histogram name="PageLoad.AbortTiming.Stop.BeforeCommit"/>
<affected-histogram
name="PageLoad.AbortTiming.UnknownNavigation.BeforeCommit"/>

Powered by Google App Engine
This is Rietveld 408576698