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

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: Merge branch 'master' of https://chromium.googlesource.com/chromium/src into lookintoupdatejumplist 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
« no previous file with comments | « 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 7e5b2162dc2b7af8ef1ed9414c85ea91828d46b4..638ac35835fa4c7fc3f19c73202c188ad180f4ca 100644
--- a/tools/metrics/histograms/histograms.xml
+++ b/tools/metrics/histograms/histograms.xml
@@ -81553,6 +81553,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>
@@ -81679,6 +81695,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.
« no previous file with comments | « chrome/browser/win/jumplist.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698