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

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

Side-by-side diff isn't available for this file because of its large size.
Issue 2964873002: Log the ratio of the duration spent adding the two JumpList categories (Closed)
Patch Set: Created 3 years, 5 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 df5dbbca25f4e8a4e22639aef070f7db1411c1b4..9ba6ea3a89357bac738d73b5e19c789c21654b35 100644
--- a/tools/metrics/histograms/histograms.xml
+++ b/tools/metrics/histograms/histograms.xml
@@ -22133,7 +22133,8 @@ http://cs/file:chrome/histograms.xml - but prefer this file for new entries.
<summary>Records the source that requested showing the feedback app.</summary>
</histogram>
-<histogram name="FileBrowser.ChangeDirectory.RootType" enum="FileManagerRootType">
+<histogram name="FileBrowser.ChangeDirectory.RootType"
+ enum="FileManagerRootType">
<owner>yamaguchi@chromium.com</owner>
<summary>
Chrome OS File Browser: Counts the number of directory-changed events,
@@ -87221,6 +87222,14 @@ 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.AddCategoryTimeComparison">
Ilya Sherman 2017/07/04 03:41:19 Please add a units attribute, even if it's just so
chengx 2017/07/04 06:02:16 Done.
+ <owner>chengx@chromium.org</owner>
+ <summary>
+ How many times (multiplied by 10) the time cost of adding most-visited
+ category is that of adding recently-closed category.
Ilya Sherman 2017/07/04 03:41:19 Optional nit: Perhaps: "The ratio of the duration
chengx 2017/07/04 06:02:16 Much more clear. Thanks!
+ </summary>
+</histogram>
+
<histogram name="WinJumplist.CreateIconFilesCount">
<owner>chengx@chromium.org</owner>
<summary>
« 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