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

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

Side-by-side diff isn't available for this file because of its large size.
Issue 1135283003: Gesture Editing UMA stats (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 5 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 | « no previous file | 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 1f7ad6f405204985db0851d3ca630e044b32d33f..ae3a322b34e9700519a583dc928ea1731ada65dc 100644
--- a/tools/metrics/histograms/histograms.xml
+++ b/tools/metrics/histograms/histograms.xml
@@ -12883,6 +12883,23 @@ Therefore, the affected-histogram name has to have at least one dot in it.
</summary>
</histogram>
+<histogram name="InputMethod.VirtualKeyboard.WordsDeletedPerSwipe">
+ <owner>rsadam@chromium.org</owner>
+ <summary>
+ Counts the number of words that were deleted by swiping left on the deletion
+ tracker. This is recorded each time the gesture deletion tracker is hidden.
SteveT 2015/05/12 19:11:15 It's actually called the deletion "track".
rsadam 2015/05/12 19:20:13 Done.
+ </summary>
+</histogram>
+
+<histogram name="InputMethod.VirtualKeyboard.WordsDeselectedPerSwipe">
+ <owner>rsadam@chromium.org</owner>
+ <summary>
+ Counts the number of words that were deselected by swiping backwards on the
+ selection tracker. This is recorded each time the gesture selection tracker
+ is hidden.
+ </summary>
+</histogram>
+
<histogram name="InputMethod.VirtualKeyboard.WordsPerMinute">
<owner>rsadam@chromium.org</owner>
<summary>
@@ -12891,6 +12908,24 @@ Therefore, the affected-histogram name has to have at least one dot in it.
</summary>
</histogram>
+<histogram name="InputMethod.VirtualKeyboard.WordsRestoredPerSwipe">
+ <owner>rsadam@chromium.org</owner>
+ <summary>
+ Counts the number of words that were restored by swiping right on the
+ deletion tracker. This is recorded each time the gesture deletion tracker is
SteveT 2015/05/12 19:11:15 ditto tracker->track
rsadam 2015/05/12 19:20:13 Done.
+ hidden.
+ </summary>
+</histogram>
+
+<histogram name="InputMethod.VirtualKeyboard.WordsSelectedPerSwipe">
SteveT 2015/05/12 19:11:15 I don't think we should refer to it as "selecting"
rsadam 2015/05/12 19:20:13 Done.
+ <owner>rsadam@chromium.org</owner>
+ <summary>
+ Counts the number of words that were selected by swiping forwards on the
+ selection tracker. This is recorded each time the gesture selection tracker
SteveT 2015/05/12 19:11:15 ditto tracker->track
rsadam 2015/05/12 19:20:13 Done.
+ is hidden.
+ </summary>
+</histogram>
+
<histogram name="Installer.AttemptsCount.Total" units="count">
<owner>zeuthen@chromium.org</owner>
<summary>
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698