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

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

Side-by-side diff isn't available for this file because of its large size.
Issue 2457583007: [PageLoadMetrics] Create page load timing metrics for H2/QUIC/H1 pages (Closed)
Patch Set: Fix test Created 4 years, 1 month 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 55e604900df4a4e0e3fe78de7604ef08b4e4f7c7..ca3eb3473ab9f0cfcd3b0cd33385ff61399cb6fd 100644
--- a/tools/metrics/histograms/histograms.xml
+++ b/tools/metrics/histograms/histograms.xml
@@ -109260,6 +109260,27 @@ value.
<affected-histogram name="PageLoad.ParseTiming.NavigationToParseStart"/>
</histogram_suffixes>
+<histogram_suffixes name="PageLoadMetricsClientsProtocol" separator="."
+ ordering="prefix">
+ <suffix name="Clients.Protocol.H1"
+ label="PageLoadMetrics that are a result of a navigation to main
+ resource over HTTP/1.1"/>
+ <suffix name="Clients.Protocol.H2"
+ label="PageLoadMetrics that are a result of a navigation to main
+ resource over HTTP/2"/>
+ <suffix name="Clients.Protocol.QUIC"
+ label="PageLoadMetrics that are a result of a navigation to main
+ resource over QUIC"/>
+ <affected-histogram
+ name="PageLoad.DocumentTiming.NavigationToDOMContentLoadedEventFired"/>
+ <affected-histogram
+ name="PageLoad.DocumentTiming.NavigationToLoadEventFired"/>
+ <affected-histogram
+ name="PageLoad.Experimental.PaintTiming.ParseStartToFirstMeaningfulPaint"/>
+ <affected-histogram
+ name="PageLoad.PaintTiming.ParseStartToFirstContentfulPaint"/>
+</histogram_suffixes>
+
<histogram_suffixes name="PageLoadMetricsClientsReload" separator="."
ordering="prefix">
<obsolete>

Powered by Google App Engine
This is Rietveld 408576698