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

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

Side-by-side diff isn't available for this file because of its large size.
Issue 2457873002: [Android] spellcheck: add latency UMA. (Closed)
Patch Set: 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
Index: tools/metrics/histograms/histograms.xml
diff --git a/tools/metrics/histograms/histograms.xml b/tools/metrics/histograms/histograms.xml
index eae5a18e985d0ff817e9c25b27a05d7446412a86..62ffbb734c1fdd88b66b4d97e78c4daf5d18fe2e 100644
--- a/tools/metrics/histograms/histograms.xml
+++ b/tools/metrics/histograms/histograms.xml
@@ -60199,6 +60199,14 @@ 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.
Ilya Sherman 2016/10/28 18:53:54 For timing histograms, it's best to be suuuper spe
timvolodine 2016/11/01 17:14:23 Done.
+ </summary>
+</histogram>
+
<histogram name="SpellCheck.SpellingService.Enabled" enum="BooleanEnabled">
<owner>groby@chromium.org</owner>
<owner>rlp@chromium.org</owner>

Powered by Google App Engine
This is Rietveld 408576698