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

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

Issue 2818193002: Log JumpListUpdater functions' execution time to UMA (Closed)
Patch Set: 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_updater.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 4ac7a30ba76d3dcc1dbf4912ac0e5d55e75197d7..9b2d51c31cb8df9b3a1ba3b6ded73c14d9fa4736 100644
--- a/tools/metrics/histograms/histograms.xml
+++ b/tools/metrics/histograms/histograms.xml
@@ -81767,6 +81767,26 @@ http://cs/file:chrome/histograms.xml - but prefer this file for new entries.
</summary>
</histogram>
+<histogram name="WinJumplistUpdater.AddCustomCategoryDuration" units="ms">
+ <owner>chengx@chromium.org</owner>
+ <summary>Time spent in JumpListUpdater::AddCustomCategory.</summary>
+</histogram>
+
+<histogram name="WinJumplistUpdater.AddTasksDuration" units="ms">
+ <owner>chengx@chromium.org</owner>
+ <summary>Time spent in JumpListUpdater::AddTasks.</summary>
+</histogram>
+
+<histogram name="WinJumplistUpdater.BeginUpdateDuration" units="ms">
+ <owner>chengx@chromium.org</owner>
+ <summary>Time spent in JumpListUpdater::BeginUpdate.</summary>
+</histogram>
+
+<histogram name="WinJumplistUpdater.CommitUpdateDuration" units="ms">
+ <owner>chengx@chromium.org</owner>
+ <summary>Time spent in JumpListUpdater::CommitUpdate.</summary>
+</histogram>
+
<histogram name="WinTimeTicks.FailedToChangeCores" enum="WindowsVersion">
<obsolete>
Removed 01/2017.
« no previous file with comments | « chrome/browser/win/jumplist_updater.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698