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

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: thread user gesture through page_load_metrics 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
Index: tools/metrics/histograms/histograms.xml
diff --git a/tools/metrics/histograms/histograms.xml b/tools/metrics/histograms/histograms.xml
index 9cd12ae7cb4aa277d187580ca00b95e3dcc5f82d..bf2875e540f86fb20b1b5ae5a74720626ae78829 100644
--- a/tools/metrics/histograms/histograms.xml
+++ b/tools/metrics/histograms/histograms.xml
@@ -100346,6 +100346,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"/>

Powered by Google App Engine
This is Rietveld 408576698