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

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

Side-by-side diff isn't available for this file because of its large size.
Issue 2871313002: Add histogram for Blink's spell check request interval (Closed)
Patch Set: Created 3 years, 7 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
Index: tools/metrics/histograms/histograms.xml
diff --git a/tools/metrics/histograms/histograms.xml b/tools/metrics/histograms/histograms.xml
index c2a5e7fc8273d9d65d0869f825a1b77b4fcc7e94..49ffe9bd0ba4ebc6710daf6ef7ef37005ef691c3 100644
--- a/tools/metrics/histograms/histograms.xml
+++ b/tools/metrics/histograms/histograms.xml
@@ -80048,6 +80048,15 @@ http://cs/file:chrome/histograms.xml - but prefer this file for new entries.
</summary>
</histogram>
+<histogram name="WebCore.SpellChecker.RequestInterval" units="ms">
+ <owner>xiaochengh@chromium.org</owner>
+ <summary>
+ The amount of time between consecutive spellcheck requests made by Blink,
+ with the exception that requests made simultaneously checking different
+ parts of the same editing host count as only one request.
+ </summary>
+</histogram>
+
<histogram name="WebCore.UseCounter_TEST.CSSProperties"
enum="MappedCSSProperties">
<obsolete>

Powered by Google App Engine
This is Rietveld 408576698