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

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

Issue 2457873002: [Android] spellcheck: add latency UMA. (Closed)
Patch Set: address comments, use java UMA api Created 4 years, 1 month 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 | « components/spellcheck/browser/android/java/src/org/chromium/components/spellcheck/SpellCheckerSessionBridge.java ('k') | 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 c8fa11d2289249b0428abc11f05a01e672e446c9..e8e72e6b011d7fa68bc29e6d02de7049387f6572 100644
--- a/tools/metrics/histograms/histograms.xml
+++ b/tools/metrics/histograms/histograms.xml
@@ -60290,6 +60290,17 @@ http://cs/file:chrome/histograms.xml - but prefer this file for new entries.
</summary>
</histogram>
+<histogram name="SpellCheck.Android.Latency" units="ms">
+ <owner>timvolodine@chromium.org</owner>
+ <summary>
+ Measures the amount of time it takes to receive results from the
+ spellchecking service on Android. More precisely this is the
+ SystemClock.elapsedRealtime() between the
+ SpellCheckerSession.getSentenceSuggestions() and the invocation of the
+ onGetSentenceSuggestions() callback.
+ </summary>
+</histogram>
+
<histogram name="SpellCheck.SpellingService.Enabled" enum="BooleanEnabled">
<owner>groby@chromium.org</owner>
<owner>rlp@chromium.org</owner>
« no previous file with comments | « components/spellcheck/browser/android/java/src/org/chromium/components/spellcheck/SpellCheckerSessionBridge.java ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698