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

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

Side-by-side diff isn't available for this file because of its large size.
Issue 1715763002: Add histograms for notification icons. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@NotificationIconScaling
Patch Set: Created 4 years, 10 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
Index: tools/metrics/histograms/histograms.xml
diff --git a/tools/metrics/histograms/histograms.xml b/tools/metrics/histograms/histograms.xml
index 08c67322ed55c01d49a363fb22f02cac76d08e50..aee4688785f182c719e275df819c330668543724 100644
--- a/tools/metrics/histograms/histograms.xml
+++ b/tools/metrics/histograms/histograms.xml
@@ -31308,6 +31308,35 @@ http://cs/file:chrome/histograms.xml - but prefer this file for new entries.
</summary>
</histogram>
+<histogram name="Notifications.Icon.LoadFailTime" units="ms">
+ <owner>mvanouwerkerk@chromium.org</owner>
+ <summary>
+ The number of milliseconds it took to fail loading an icon for a Web
+ Notification.
+ </summary>
+</histogram>
+
+<histogram name="Notifications.Icon.LoadFinishTime" units="ms">
+ <owner>mvanouwerkerk@chromium.org</owner>
+ <summary>
+ The number of milliseconds it took to finish loading an icon for a Web
+ Notification.
Ilya Sherman 2016/02/19 17:09:43 Does this count only successful loads, or all load
Michael van Ouwerkerk 2016/02/22 17:24:32 This one is for the successful ones. Done.
+ </summary>
+</histogram>
+
+<histogram name="Notifications.Icon.ScaleDownTime" units="ms">
+ <owner>mvanouwerkerk@chromium.org</owner>
+ <summary>
+ The number of milliseconds it took to scale down an icon for a Web
+ Notification.
+ </summary>
+</histogram>
+
+<histogram name="Notifications.Icon.Size" units="bytes">
+ <owner>mvanouwerkerk@chromium.org</owner>
+ <summary>The number of bytes loaded for a Web Notification icon.</summary>
+</histogram>
+
<histogram name="Notifications.PerNotificationActions"
enum="NotificationActionType">
<owner>dewittj@chromium.org</owner>

Powered by Google App Engine
This is Rietveld 408576698