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

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

Issue 2871313002: Add histogram for Blink's spell check request interval (Closed)
Patch Set: Fri May 12 11:31:33 PDT 2017 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
« no previous file with comments | « third_party/WebKit/Source/core/editing/spellcheck/SpellCheckRequester.cpp ('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 501b53f02692329842cb406981d369220b57c45e..8d55f0006fa9676828a2ed68cbed22f0bb1e83af 100644
--- a/tools/metrics/histograms/histograms.xml
+++ b/tools/metrics/histograms/histograms.xml
@@ -80300,6 +80300,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>
« no previous file with comments | « third_party/WebKit/Source/core/editing/spellcheck/SpellCheckRequester.cpp ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698