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

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: update fragments Created 4 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
« no previous file with comments | « content/public/browser/render_widget_host.h ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: tools/metrics/histograms/histograms.xml
diff --git a/tools/metrics/histograms/histograms.xml b/tools/metrics/histograms/histograms.xml
index e27be831c1d97deee5003d779751ae1067c2dc53..59d40405bdd46ddaa99a1265004d924caa4a44db 100644
--- a/tools/metrics/histograms/histograms.xml
+++ b/tools/metrics/histograms/histograms.xml
@@ -95277,6 +95277,8 @@ 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="AfterPaint.Before1sDelayedInteraction"/>
<suffix name="DuringParse"/>
<affected-histogram name="PageLoad.AbortTiming.Close"/>
<affected-histogram name="PageLoad.AbortTiming.ForwardBackNavigation"/>
@@ -95302,15 +95304,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.Before1sDelayedInteraction"/>
+ <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.Before1sDelayedInteraction"/>
<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"/>
« no previous file with comments | « content/public/browser/render_widget_host.h ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698