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

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

Side-by-side diff isn't available for this file because of its large size.
Issue 2894513002: Adding tools menu responsiveness metric. (Closed)
Patch Set: Removing notification mechanism 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 | « ios/shared/chrome/browser/ui/tools_menu/tools_menu_configuration.mm ('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 d1800f8261a89d2e3f42ae6331697e1debe91683..dcd5be4497314a9e8bc3e4cd84dc899d34a3800c 100644
--- a/tools/metrics/histograms/histograms.xml
+++ b/tools/metrics/histograms/histograms.xml
@@ -75587,6 +75587,15 @@ http://cs/file:chrome/histograms.xml - but prefer this file for new entries.
</summary>
</histogram>
+<histogram name="Toolbar.ShowToolsMenuResponsiveness" units="ms">
+ <owner>peterlaurens@chromium.org</owner>
+ <summary>
+ Number of milliseconds passed between the event that triggers the
+ presentation of the tools menu, and the actual appearance of the menu on
+ screen. Includes the animation duration.
Ilya Sherman 2017/05/19 00:09:19 Please document within this <summary> what the "to
PL 2017/05/19 00:33:43 Done! Thanks!
+ </summary>
+</histogram>
+
<histogram name="TopSites.NumberOfApplyBlacklist">
<owner>Please list the metric's owners. Add more owner tags as needed.</owner>
<summary>The number of times TopSitesImpl::ApplyBlacklist is called.</summary>
« no previous file with comments | « ios/shared/chrome/browser/ui/tools_menu/tools_menu_configuration.mm ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698