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

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

Side-by-side diff isn't available for this file because of its large size.
Issue 2008233002: Add ReloadPageLoadMetricsObserver to have a metrics variant for reloads (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: . 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
Index: tools/metrics/histograms/histograms.xml
diff --git a/tools/metrics/histograms/histograms.xml b/tools/metrics/histograms/histograms.xml
index 15bd59778cc5f97fb8cc636c7e6d730001186c66..a2e45fc09ffb3430e38afefc0eaca2ad738b83ac 100644
--- a/tools/metrics/histograms/histograms.xml
+++ b/tools/metrics/histograms/histograms.xml
@@ -94926,6 +94926,14 @@ To add a new entry, add it with any value and run test to compute valid value.
<affected-histogram name="PageLoad.Timing2.ParseStartToFirstContentfulPaint"/>
</histogram_suffixes>
+<histogram_suffixes name="PageLoadMetricsClients.Reload" separator="."
Takashi Toyoshima 2016/05/26 06:06:50 I created a separate histogram_suffixes tag to avo
+ ordering="prefix">
+ <suffix name="Clients.Reload"
+ label="PageLoadMetrics from a page that is reloaded"/>
+ <affected-histogram
+ name="PageLoad.PaintTiming.NavigationToFirstContentfulPaint"/>
Takashi Toyoshima 2016/05/26 06:06:50 I also should have -.ByGesture here. But I could n
Bryan McQuade 2016/05/26 10:43:34 You can create a second suffix for it, with affect
Takashi Toyoshima 2016/05/27 03:09:48 Thanks. Let me try it.
+</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