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

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

Side-by-side diff isn't available for this file because of its large size.
Issue 606553002: Adds some UMA log entries for input methods. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 6 years, 2 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 eb6bfcffcc9a4d906377862b5a0009de9715ef3a..d85efdb7d9040da0cf8a2f04a33c019fb223f410 100644
--- a/tools/metrics/histograms/histograms.xml
+++ b/tools/metrics/histograms/histograms.xml
@@ -9905,6 +9905,14 @@ Therefore, the affected-histogram name has to have at least one dot in it.
</summary>
</histogram>
+<histogram name="InputMethod.AutoCorrectLevel">
+ <owner>shuchen@chromium.org</owner>
+ <summary>
+ The auto-correction level for suggestion engine. For now, it has the range
+ from 0 to 2.
Ilya Sherman 2014/09/25 22:25:34 Are there any meaningful labels that could be prov
Shu Chen 2014/09/26 14:22:05 Done.
+ </summary>
+</histogram>
+
<histogram name="InputMethod.Category" enum="InputMethodCategory">
<owner>shuchen@chromium.org</owner>
<summary>
@@ -9939,6 +9947,24 @@ Therefore, the affected-histogram name has to have at least one dot in it.
</summary>
</histogram>
+<histogram name="InputMethod.VirtualKeyboard.BackspaceCount">
+ <owner>shuchen@chromium.org</owner>
+ <summary>
+ The backspace count on virtual keyboard while virtual keyboard is alive.
Ilya Sherman 2014/09/25 22:25:34 Optional nit: Perhaps rephrase as something like "
Shu Chen 2014/09/26 14:22:05 Done.
+ </summary>
+</histogram>
+
+<histogram name="InputMethod.VirtualKeyboard.BackspaceOnLayout"
+ enum="IMEVKLayout">
+ <owner>shuchen@chromium.org</owner>
+ <summary>The layout type recorded when backspace happens.</summary>
Ilya Sherman 2014/09/25 22:25:34 Optional nit: Perhaps rephrase as something like "
Shu Chen 2014/09/26 14:22:05 Done.
+</histogram>
+
+<histogram name="InputMethod.VirtualKeyboard.Duration">
Ilya Sherman 2014/09/25 22:25:34 nit: Please add a units attribute for this histogr
Shu Chen 2014/09/26 14:22:05 Done.
+ <owner>shuchen@chromium.org</owner>
+ <summary>The virtual keyboard alive duration in seconds.</summary>
Ilya Sherman 2014/09/25 22:25:34 nit: Perhaps rephrase as something like "How long
Shu Chen 2014/09/26 14:22:05 Done.
+</histogram>
+
<histogram name="InputMethod.VirtualKeyboard.InitLatency" units="milliseconds">
<owner>shuchen@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