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

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

Issue 2223453003: Thread user gesture through page_load_metrics abort pipeline (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: rebase Created 4 years, 4 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 | « chrome/browser/page_load_metrics/page_load_metrics_observer.cc ('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 3350b3a028b5037d7f9e254d8b2a9316331337c4..86289108518b9ab3f4eecc463c38b22ca51a9914 100644
--- a/tools/metrics/histograms/histograms.xml
+++ b/tools/metrics/histograms/histograms.xml
@@ -101244,6 +101244,18 @@ To add a new entry, add it with any value and run test to compute valid value.
name="PageLoad.PaintTiming.NavigationToFirstContentfulPaint.LoadType.Reload"/>
</histogram_suffixes>
+<histogram_suffixes name="PageLoadMetricsUserInitiated" separator=".">
+ <suffix name="UserInitiated"
+ label="(experimental) Page load metric that is approximately user
+ initiated"/>
+ <affected-histogram
+ name="PageLoad.AbortTiming.ForwardBackNavigation.BeforeCommit"/>
+ <affected-histogram name="PageLoad.AbortTiming.NewNavigation.BeforeCommit"/>
+ <affected-histogram name="PageLoad.AbortTiming.Reload.BeforeCommit"/>
+ <affected-histogram
+ name="PageLoad.PaintTiming.NavigationToFirstContentfulPaint"/>
+</histogram_suffixes>
+
<histogram_suffixes name="PageLoadType">
<suffix name="HistoryLoad"
label="but only for user pressing back or forward"/>
« no previous file with comments | « chrome/browser/page_load_metrics/page_load_metrics_observer.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698