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

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: 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
Index: tools/metrics/histograms/histograms.xml
diff --git a/tools/metrics/histograms/histograms.xml b/tools/metrics/histograms/histograms.xml
index d1800f8261a89d2e3f42ae6331697e1debe91683..3e719a0dfbf3a7684786dfb24292ea12b30b12fd 100644
--- a/tools/metrics/histograms/histograms.xml
+++ b/tools/metrics/histograms/histograms.xml
@@ -76261,6 +76261,15 @@ http://cs/file:chrome/histograms.xml - but prefer this file for new entries.
</summary>
</histogram>
+<histogram name="UI.Performance.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
Ilya Sherman 2017/05/18 03:00:25 Which tools menu does this refer to? Would it mak
PL 2017/05/18 23:36:34 Good idea! This is the main menu of controls for B
+ screen. Includes the animation duration.
+ </summary>
+</histogram>
+
<histogram name="UKM.ActualLogUploadInterval" units="minutes">
<owner>holte@chromium.org</owner>
<owner>rkaplow@chromium.org</owner>

Powered by Google App Engine
This is Rietveld 408576698