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

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: Address reviewer feedback. 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..d7995a564e10c894582de2389a5dff6333fdab79 100644
--- a/tools/metrics/histograms/histograms.xml
+++ b/tools/metrics/histograms/histograms.xml
@@ -12830,6 +12830,15 @@ Therefore, the affected-histogram name has to have at least one dot in it.
</summary>
</histogram>
+<histogram name="InputMethod.VirtualKeyboard.BackwardsMovesPerSwipe">
Mark P 2015/05/12 19:34:02 units=?
rsadam 2015/05/12 20:43:05 Done.
+ <owner>rsadam@chromium.org</owner>
+ <summary>
+ Counts the number of times the cursor was moved to the previous word by
Mark P 2015/05/12 19:34:02 This description is confusing. I can't tell if th
rsadam 2015/05/12 20:43:05 The answer is the latter. I rewrote the descriptio
+ swiping on the selection track. This is recorded each time the gesture
+ selection track is hidden.
Mark P 2015/05/12 19:34:02 Is this only recorded on Android? All mobile plat
rsadam 2015/05/12 20:43:05 ChromeOS only, added to the description.
+ </summary>
+</histogram>
+
<histogram name="InputMethod.VirtualKeyboard.CharactersBetweenBackspaces">
<owner>rsadam@chromium.org</owner>
<summary>
@@ -12875,6 +12884,15 @@ Therefore, the affected-histogram name has to have at least one dot in it.
</summary>
</histogram>
+<histogram name="InputMethod.VirtualKeyboard.MovesPerSwipe">
+ <owner>rsadam@chromium.org</owner>
+ <summary>
+ Counts the number of times the cursor was moved to the next word by swiping
+ on the selection track. This is recorded each time the gesture selection
+ track is hidden.
+ </summary>
+</histogram>
+
<histogram name="InputMethod.VirtualKeyboard.TapCount">
<owner>stevet@chromium.org</owner>
<summary>
@@ -12883,6 +12901,14 @@ 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
+ track. This is recorded each time the gesture deletion track is hidden.
+ </summary>
+</histogram>
+
<histogram name="InputMethod.VirtualKeyboard.WordsPerMinute">
<owner>rsadam@chromium.org</owner>
<summary>
@@ -12891,6 +12917,15 @@ 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 track. This is recorded each time the gesture deletion track 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