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

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

Issue 2457583007: [PageLoadMetrics] Create page load timing metrics for H2/QUIC/H1 pages (Closed)
Patch Set: Address comments from PS6 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
« no previous file with comments | « content/public/browser/navigation_handle.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 9bc72edece9c6be84ef25f38314c7d1dc8443221..8d0ba2f660991d0aa68d6e2062e7f556de383f54 100644
--- a/tools/metrics/histograms/histograms.xml
+++ b/tools/metrics/histograms/histograms.xml
@@ -109329,6 +109329,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>
« no previous file with comments | « content/public/browser/navigation_handle.h ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698