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

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

Issue 2732293003: Adding UMA on page load size for pages with Media (Closed)
Patch Set: bmcquade comment Created 3 years, 9 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
« 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 35bf3ee00b5c96f35104ccaf8a92476c6e6b2fea..ecdaf57bceecf45107e829b8e21bb6b44929484b 100644
--- a/tools/metrics/histograms/histograms.xml
+++ b/tools/metrics/histograms/histograms.xml
@@ -119749,6 +119749,16 @@ from previous Chrome versions.
<affected-histogram name="PageLoad.ParseTiming.ParseDuration"/>
</histogram_suffixes>
+<histogram_suffixes name="PageLoadMetricsClientsMedia" separator="."
+ ordering="prefix">
+ <suffix name="Clients.Media"
+ label="PageLoadMetrics for page loads that involved playing a media
+ element."/>
+ <affected-histogram name="PageLoad.Experimental.Bytes.Cache"/>
+ <affected-histogram name="PageLoad.Experimental.Bytes.Network"/>
+ <affected-histogram name="PageLoad.Experimental.Bytes.Total"/>
+</histogram_suffixes>
+
<histogram_suffixes name="PageLoadMetricsClientsOfflinePages" separator="."
ordering="prefix">
<suffix name="Clients.Previews.OfflinePages"
« 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