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

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

Issue 2595263004: Adding AMP cache PageLoad.* metrics (Closed)
Patch Set: fixed histogram constants Created 4 years 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/test/BUILD.gn ('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 bc086e693b95ff6d0e20ac3857c051ddaa80dc9b..be5e0becdfc7981874e3f71e18c8912bd87aaca5 100644
--- a/tools/metrics/histograms/histograms.xml
+++ b/tools/metrics/histograms/histograms.xml
@@ -113009,6 +113009,21 @@ value.
name="PageLoad.ParseTiming.NavigationToParseStart.LoadType.ForwardBackNavigation"/>
</histogram_suffixes>
+<histogram_suffixes name="PageLoadMetricsClientsAmpCachePages" separator="."
+ ordering="prefix">
+ <suffix name="Clients.AMPCache"
+ label="PageLoadMetrics that are a result of a navigations to an AMP
+ cache page. Same page navigations are not tracked."/>
+ <affected-histogram
+ name="PageLoad.DocumentTiming.NavigationToDOMContentLoadedEventFired"/>
+ <affected-histogram name="PageLoad.DocumentTiming.NavigationToFirstLayout"/>
+ <affected-histogram
+ name="PageLoad.DocumentTiming.NavigationToLoadEventFired"/>
+ <affected-histogram
+ name="PageLoad.PaintTiming.NavigationToFirstContentfulPaint"/>
+ <affected-histogram name="PageLoad.ParseTiming.NavigationToParseStart"/>
+</histogram_suffixes>
+
<histogram_suffixes name="PageLoadMetricsClientsCssScanner" separator="."
ordering="prefix">
<suffix name="Clients.CssScanner"
« no previous file with comments | « chrome/test/BUILD.gn ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698