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

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

Side-by-side diff isn't available for this file because of its large size.
Issue 763253005: [Android] Add AppMenu touch duration metric. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 6 years 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 e22ab98ff6c812e948a41928b1116d88fe0b7577..55b64018dc5df0018502f29b9b7ff7bd7548fc2a 100644
--- a/tools/metrics/histograms/histograms.xml
+++ b/tools/metrics/histograms/histograms.xml
@@ -418,6 +418,13 @@ Therefore, the affected-histogram name has to have at least one dot in it.
</summary>
</histogram>
+<histogram name="AppMenu.TouchDuration" units="milliseconds">
Alexei Svitkine (slow) 2014/12/08 15:50:52 This looks like it's adding a new top-level prefix
Kibeom Kim (inactive) 2014/12/15 22:14:30 Done.
+ <owner>kkimlabs@google.com</owner>
+ <summary>
+ Time difference between touch down and touch up on the menu button.
Alexei Svitkine (slow) 2014/12/08 15:50:52 Mention that it's Android specific.
Kibeom Kim (inactive) 2014/12/15 22:14:30 Done.
+ </summary>
+</histogram>
+
<histogram name="Apps.AppInfoDialog.Launches" enum="AppInfoDialogLaunchOrigin">
<owner>sashab@chromium.org</owner>
<summary>
« chrome/browser/android/appmenu/app_menu_drag_helper.cc ('K') | « chrome/chrome_browser.gypi ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698