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> |