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

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

Side-by-side diff isn't available for this file because of its large size.
Issue 890753002: Adds Virtual Keyboard error rate metrics. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
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
« 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 e4072d506e7d0835ea15ccaaa9a2f0e36ab78dec..935663762043dcdb686db44bc7b586ef5155d2b3 100644
--- a/tools/metrics/histograms/histograms.xml
+++ b/tools/metrics/histograms/histograms.xml
@@ -10794,6 +10794,15 @@ Therefore, the affected-histogram name has to have at least one dot in it.
</summary>
</histogram>
+<histogram name="InputMethod.VirtualKeyboard.CharactersBetweenBackspaces">
+ <owner>rsadam@chromium.org</owner>
+ <summary>
+ Counts the length of text typed by the virtual keyboard between each
+ backspace. This metric provides a rough approximation of an error rate for
+ the virtual keyboard.
+ </summary>
+</histogram>
+
<histogram name="InputMethod.VirtualKeyboard.Duration" units="seconds">
<owner>shuchen@chromium.org</owner>
<summary>How long the virtual keyboard was visible.</summary>
@@ -10830,6 +10839,11 @@ Therefore, the affected-histogram name has to have at least one dot in it.
</summary>
</histogram>
+<histogram name="InputMethod.VirtualKeyboard.WordsPerMinute">
+ <owner>rsadam@chromium.org</owner>
+ <summary>The number of words typed per minute.</summary>
Alexei Svitkine (slow) 2015/01/30 00:47:22 Mention when this is recorded. Periodically?
+</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