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

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: Rebase. Created 4 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 | « content/child/notifications/pending_notification.cc ('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 e07d2185a62c87bcea31a6a70b4f1f495bd0be58..5b43e800a55a3964b0f49067a25d63c96680d933 100644
--- a/tools/metrics/histograms/histograms.xml
+++ b/tools/metrics/histograms/histograms.xml
@@ -31549,6 +31549,35 @@ http://cs/file:chrome/histograms.xml - but prefer this file for new entries.
</summary>
</histogram>
+<histogram name="Notifications.Icon.FileSize" units="bytes">
+ <owner>mvanouwerkerk@chromium.org</owner>
+ <summary>The number of bytes loaded for a Web Notification icon.</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 successfully loading an icon
+ for a Web Notification.
+ </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.PerNotificationActions"
enum="NotificationActionType">
<owner>dewittj@chromium.org</owner>
« no previous file with comments | « content/child/notifications/pending_notification.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698