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

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

Side-by-side diff isn't available for this file because of its large size.
Issue 2811393002: Log UpdateJumpList() and CreateIconFiles() execution time to UMA (Closed)
Patch Set: Better UMA metric names Created 3 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
« chrome/browser/win/jumplist.cc ('K') | « chrome/browser/win/jumplist.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 9d389093059bf62ef8d0c324dbe3b7cfbaa76ba0..7e72b23a19765b81747b4e144e72e9e09c54e57b 100644
--- a/tools/metrics/histograms/histograms.xml
+++ b/tools/metrics/histograms/histograms.xml
@@ -81467,6 +81467,22 @@ http://cs/file:chrome/histograms.xml - but prefer this file for new entries.
<summary>The type of category clicked in the Windows Jumplist</summary>
</histogram>
+<histogram name="WinJumplist.CreateIconFilesCount">
+ <owner>chengx@chromium.org</owner>
+ <summary>
+ Count of jumplist icons that will be created per jumplist update. It is
+ recorded whenever UpdateJumpList() is called.
+ </summary>
+</histogram>
+
+<histogram name="WinJumplist.CreateIconFilesDuration" units="ms">
+ <owner>chengx@chromium.org</owner>
+ <summary>
+ Time spent in CreateIconFiles(). This method is called whenever there is a
+ jumplist update and the JumpListIcons folder is empty.
+ </summary>
+</histogram>
+
<histogram name="WinJumplist.DeleteStatusJumpListIcons"
enum="JumplisticonsDeleteCategory">
<owner>chengx@chromium.org</owner>
@@ -81593,6 +81609,14 @@ http://cs/file:chrome/histograms.xml - but prefer this file for new entries.
</summary>
</histogram>
+<histogram name="WinJumplist.UpdateJumpListDuration" units="ms">
+ <owner>chengx@chromium.org</owner>
+ <summary>
+ Time spent in UpdateJumpList(). This method is called whenever there is a
+ jumplist update.
+ </summary>
+</histogram>
+
<histogram name="WinTimeTicks.FailedToChangeCores" enum="WindowsVersion">
<obsolete>
Removed 01/2017.
« chrome/browser/win/jumplist.cc ('K') | « chrome/browser/win/jumplist.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698