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

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

Issue 608583003: Roll dom_distiller_js and add UMA for word count for distilled pages. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 6 years, 3 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 | « components/dom_distiller/core/distiller_page.cc ('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 32777d90688db85e7775068b8d8204c56dd90cfc..5b6b7bb090a0cdf2ca5024ba64958c7147052efa 100644
--- a/tools/metrics/histograms/histograms.xml
+++ b/tools/metrics/histograms/histograms.xml
@@ -5113,6 +5113,14 @@ Therefore, the affected-histogram name has to have at least one dot in it.
</summary>
</histogram>
+<histogram name="DomDistiller.Statistics.WordCount">
Ilya Sherman 2014/09/25 22:04:01 Optional nit: Might be nice to add a units="words"
nyquist 2014/09/26 17:26:38 Done.
+ <owner>nyquist@chromium.org</owner>
+ <summary>
+ Records the number of words in a distilled page. For articles with multiple
+ pages each page is counted separately.
Ilya Sherman 2014/09/25 22:04:01 nit: "pages each page" -> "pages, each page"
nyquist 2014/09/26 17:26:38 Done.
+ </summary>
+</histogram>
+
<histogram name="DomDistiller.Time.ArticleProcessing" units="milliseconds">
<owner>yfriedman@chromium.org</owner>
<summary>
« no previous file with comments | « components/dom_distiller/core/distiller_page.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698