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

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

Side-by-side diff isn't available for this file because of its large size.
Issue 1055423002: Add UMA to understand the typical total size of ServiceWorker script [2/2 chromium] (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 5 years, 8 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 | « no previous file | 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 ede5029ff09e33dd2c2239959fedd13ca50a88ef..0d366d6898779e1c6ac009f4a95e5155adc31b1b 100644
--- a/tools/metrics/histograms/histograms.xml
+++ b/tools/metrics/histograms/histograms.xml
@@ -34492,6 +34492,23 @@ Therefore, the affected-histogram name has to have at least one dot in it.
</summary>
</histogram>
+<histogram name="ServiceWorker.ScriptCachedMetadataTotalSize" units="bytes">
+ <owner>horo@chromium.org</owner>
+ <summary>
+ The total length of cached metadata of Service Worker scripts. Logged on
+ each start of Service Worker only when the cached metadata is available. It
+ includes the main script and imported scripts.
+ </summary>
+</histogram>
+
+<histogram name="ServiceWorker.ScriptCount" units="count">
+ <owner>horo@chromium.org</owner>
+ <summary>
+ The counts of scripts per Service Worker. Logged on each start of Service
+ Worker. It includes the main script and imported scripts.
+ </summary>
+</histogram>
+
<histogram name="ServiceWorker.ScriptSize" units="bytes">
<owner>ksakamoto@chromium.org</owner>
<summary>
@@ -34500,6 +34517,14 @@ Therefore, the affected-histogram name has to have at least one dot in it.
</summary>
</histogram>
+<histogram name="ServiceWorker.ScriptTotalSize" units="bytes">
+ <owner>horo@chromium.org</owner>
+ <summary>
+ The total length of Service Worker scripts. Logged on each start of Service
+ Worker. It includes the main script and imported scripts.
+ </summary>
+</histogram>
+
<histogram name="ServiceWorker.StartWorker.Status"
units="ServiceWorkerStatusCode">
<owner>falken@chromium.org</owner>
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698