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

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

Side-by-side diff isn't available for this file because of its large size.
Issue 2836363003: Retire some metrics and update file util methods for JumpList (Closed)
Patch Set: Merge branch 'master' of https://chromium.googlesource.com/chromium/src into retiresomejumplistmetrics Created 3 years, 7 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_file_util_unittest.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 617dfac5fbce347d53077278c990cd48fb93204e..da10d7f3d7b821cb374af66d0e43315995a7c71e 100644
--- a/tools/metrics/histograms/histograms.xml
+++ b/tools/metrics/histograms/histograms.xml
@@ -82425,14 +82425,22 @@ http://cs/file:chrome/histograms.xml - but prefer this file for new entries.
<histogram name="WinJumplist.DeleteDirectoryContentDuration" units="ms">
<owner>chengx@chromium.org</owner>
- <summary>
- Time spent in DeleteDirectoryContentAndLogResults(). This method is to
- delete the icon files in JumpListIcons folder.
- </summary>
+ <summary>Time spent in DeleteDirectoryContentAndLogRuntime().</summary>
+</histogram>
+
+<histogram name="WinJumplist.DeleteDirectoryDuration" units="ms">
+ <obsolete>
+ Obsolete 04/25/2016 as we are no long recording this metric.
+ </obsolete>
+ <owner>chengx@chromium.org</owner>
+ <summary>Time spent in DeleteDirectoryAndLogResults().</summary>
</histogram>
<histogram name="WinJumplist.DeleteStatusJumpListIcons"
enum="JumplisticonsDeleteCategory">
+ <obsolete>
+ Obsolete 04/25/2016 as we are no long recording this metric.
+ </obsolete>
<owner>chengx@chromium.org</owner>
<summary>
This metric records the detailed delete result of JumpListIcons directory.
@@ -82441,6 +82449,9 @@ http://cs/file:chrome/histograms.xml - but prefer this file for new entries.
<histogram name="WinJumplist.DeleteStatusJumpListIconsOld"
enum="JumplisticonsDeleteCategory">
+ <obsolete>
+ Obsolete 04/25/2016 as we are no long recording this metric.
+ </obsolete>
<owner>chengx@chromium.org</owner>
<summary>
This metric records the detailed delete result of JumpListIconsOld
@@ -82506,6 +82517,9 @@ http://cs/file:chrome/histograms.xml - but prefer this file for new entries.
<histogram name="WinJumplist.DirectoryStatusJumpListIcons"
enum="JumpListIconsFolderExistOrEmptyCategory">
+ <obsolete>
+ Obsolete 04/25/2016 as we are no long recording this metric.
+ </obsolete>
<owner>chengx@chromium.org</owner>
<summary>
This metric records whether the folder JumpListIcons exists; and if it
@@ -82515,6 +82529,9 @@ http://cs/file:chrome/histograms.xml - but prefer this file for new entries.
<histogram name="WinJumplist.DirectoryStatusJumpListIconsOld"
enum="JumpListIconsFolderExistOrEmptyCategory">
+ <obsolete>
+ Obsolete 04/25/2016 as we are no long recording this metric.
+ </obsolete>
<owner>chengx@chromium.org</owner>
<summary>
This metric records whether the folder JumpListIconsOld exists; and if
« no previous file with comments | « chrome/browser/win/jumplist_file_util_unittest.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698