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

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..280c1a79e4801102e4c27b920aae77879069d957 100644
--- a/tools/metrics/histograms/histograms.xml
+++ b/tools/metrics/histograms/histograms.xml
@@ -12830,6 +12830,18 @@ Therefore, the affected-histogram name has to have at least one dot in it.
</summary>
</histogram>
+<histogram name="InputMethod.VirtualKeyboard.BackwardsMovesPerSwipe"
+ units="moves">
+ <owner>rsadam@chromium.org</owner>
+ <summary>
+ ChromeOS histogram that counts the number of times the cursor was moved to
+ the previous word by swiping backwards on the selection track. The count is
+ initialized when the user starts swiping from any side of the virtual
+ keyboard, incremented based on how far they swipe backwards on the selection
+ track, and recorded when they release their finger.
+ </summary>
+</histogram>
+
<histogram name="InputMethod.VirtualKeyboard.CharactersBetweenBackspaces">
<owner>rsadam@chromium.org</owner>
<summary>
@@ -12875,6 +12887,17 @@ Therefore, the affected-histogram name has to have at least one dot in it.
</summary>
</histogram>
+<histogram name="InputMethod.VirtualKeyboard.MovesPerSwipe" units="moves">
+ <owner>rsadam@chromium.org</owner>
+ <summary>
+ ChromeOS histogram that counts the number of times the cursor was moved to
+ the next word by swiping forward on the selection track. The count is
+ initialized when the user starts swiping from any side of the virtual
+ keyboard, incremented based on how far they swipe forwards on the selection
+ track, and recorded when they release their finger.
+ </summary>
+</histogram>
+
<histogram name="InputMethod.VirtualKeyboard.TapCount">
<owner>stevet@chromium.org</owner>
<summary>
@@ -12883,6 +12906,18 @@ Therefore, the affected-histogram name has to have at least one dot in it.
</summary>
</histogram>
+<histogram name="InputMethod.VirtualKeyboard.WordsDeletedPerSwipe"
+ units="words">
+ <owner>rsadam@chromium.org</owner>
+ <summary>
+ ChromeOS histogram that tracks the total number of words that were deleted
+ by swiping forward on the deletion track. The count is initialized when the
+ user starts swiping on the backspace key, incremented based on how far they
+ swipe forwards on the deletion track, and recorded when they release their
+ finger.
+ </summary>
+</histogram>
+
<histogram name="InputMethod.VirtualKeyboard.WordsPerMinute">
<owner>rsadam@chromium.org</owner>
<summary>
@@ -12891,6 +12926,18 @@ Therefore, the affected-histogram name has to have at least one dot in it.
</summary>
</histogram>
+<histogram name="InputMethod.VirtualKeyboard.WordsRestoredPerSwipe"
+ units="words">
+ <owner>rsadam@chromium.org</owner>
+ <summary>
+ ChromeOS histogram that tracks the total number of words that were restored
+ by swiping backwards on the deletion track. The count is initialized when
+ the user starts swiping on the backspace key, incremented based on how far
+ they swipe backwards on the deletion track, and recorded when they release
+ their finger.
+ </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