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

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

Side-by-side diff isn't available for this file because of its large size.
Issue 930243009: Add UMA for the app list doodle being clicked. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@uma
Patch Set: Created 5 years, 10 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 2c3081fd4a3c24d3a231e6b9c19cc390659e4816..e55989fc640903e8c43c3385616daab9d41f7b32 100644
--- a/tools/metrics/histograms/histograms.xml
+++ b/tools/metrics/histograms/histograms.xml
@@ -465,6 +465,14 @@ Therefore, the affected-histogram name has to have at least one dot in it.
</summary>
</histogram>
+<histogram name="Apps.AppListDoodleClicked" units="clicks">
+ <owner>calamity@chromium.org</owner>
+ <summary>
+ The number of times the app list doodle is clicked. This is logged each
Alexei Svitkine (slow) 2015/02/19 14:56:23 What will the absolute number tell you? e.g. what
Matt Giuca 2015/02/19 21:54:00 We will compare it to the other stats such as how
Alexei Svitkine (slow) 2015/02/19 22:08:20 When you find the stat, please update this histogr
calamity 2015/02/20 03:19:32 Done.
+ time a doodle with a link is clicked.
+ </summary>
+</histogram>
+
<histogram name="Apps.AppListHowEnabled" enum="AppListEnableSource">
<owner>tapted@chromium.org</owner>
<summary>

Powered by Google App Engine
This is Rietveld 408576698