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

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

Issue 2964873002: Log the ratio of the duration spent adding the two JumpList categories (Closed)
Patch Set: Remove explicit cast, update comments 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
« 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 df5dbbca25f4e8a4e22639aef070f7db1411c1b4..56762965024429d0047a879ef92260a24a5fad59 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,
@@ -87396,6 +87397,14 @@ http://cs/file:chrome/histograms.xml - but prefer this file for new entries.
<summary>Time spent in OnFaviconDataAvailable().</summary>
</histogram>
+<histogram name="WinJumplist.RatioAddCategoryTime" units="scaled ratio">
+ <owner>chengx@chromium.org</owner>
+ <summary>
+ The ratio of the duration spent adding the most-visited category compared to
+ the duration spent adding the recently-closed category, multiplied by 10.
+ </summary>
+</histogram>
+
<histogram name="WinJumplist.StartLoadingFaviconDuration" units="ms">
<obsolete>
Obsolete 06/22/2017 as it's no longer needed.
« 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