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

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

Issue 2021643002: Record scores of distillability and long article in UMA (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@distillability-dev
Patch Set: add comments Created 4 years, 6 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/content/renderer/distillability_agent.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 eeea9193acb9d4e9a4283bcdc7b6759c2d6d35be..16c9e4423ef679d3312ea771f1e4b5de6f633633 100644
--- a/tools/metrics/histograms/histograms.xml
+++ b/tools/metrics/histograms/histograms.xml
@@ -9941,6 +9941,22 @@ http://cs/file:chrome/histograms.xml - but prefer this file for new entries.
</summary>
</histogram>
+<histogram name="DomDistiller.DistillabilityScoreNMF.Negative" units="score">
+ <owner>wychen@chromium.org</owner>
+ <summary>
+ Score of distillability from AdaBoost model, non-mobile-friendly only. The
+ score shown here is multiplied by 100.
+ </summary>
+</histogram>
+
+<histogram name="DomDistiller.DistillabilityScoreNMF.Positive" units="score">
+ <owner>wychen@chromium.org</owner>
+ <summary>
+ Score of distillability from AdaBoost model, non-mobile-friendly only. The
+ score shown here is multiplied by 100.
+ </summary>
+</histogram>
+
<histogram name="DomDistiller.DistillationQuality" enum="BooleanSuccess">
<owner>nyquist@chromium.org</owner>
<summary>
@@ -9948,6 +9964,22 @@ http://cs/file:chrome/histograms.xml - but prefer this file for new entries.
</summary>
</histogram>
+<histogram name="DomDistiller.LongArticleScoreNMF.Negative" units="score">
+ <owner>wychen@chromium.org</owner>
+ <summary>
+ Score of long article from AdaBoost model, distillable and
+ non-mobile-friendly only. The score shown here is multiplied by 100.
+ </summary>
+</histogram>
+
+<histogram name="DomDistiller.LongArticleScoreNMF.Positive" units="score">
+ <owner>wychen@chromium.org</owner>
+ <summary>
+ Score of long article from AdaBoost model, distillable and
+ non-mobile-friendly only. The score shown here is multiplied by 100.
+ </summary>
+</histogram>
+
<histogram name="DomDistiller.PageDistillable" enum="DistillableType">
<obsolete>
PageDistillableAfterLoading and PageDistillableAfterParsing provide more
« no previous file with comments | « components/dom_distiller/content/renderer/distillability_agent.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698