Chromium Code Reviews| 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> |