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

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

Side-by-side diff isn't available for this file because of its large size.
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: rebase 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
Index: tools/metrics/histograms/histograms.xml
diff --git a/tools/metrics/histograms/histograms.xml b/tools/metrics/histograms/histograms.xml
index eeea9193acb9d4e9a4283bcdc7b6759c2d6d35be..85e5a3a6d38105e9f9b050702f6ac08b3358b71a 100644
--- a/tools/metrics/histograms/histograms.xml
+++ b/tools/metrics/histograms/histograms.xml
@@ -9941,6 +9941,20 @@ http://cs/file:chrome/histograms.xml - but prefer this file for new entries.
</summary>
</histogram>
+<histogram name="DomDistiller.DistillabilityScoreNMF.Negative" units="0.01">
rkaplow 2016/06/07 20:51:12 can you improve this unit? Maybe put "score", and
wychen 2016/06/07 21:27:33 Done.
+ <owner>wychen@chromium.org</owner>
+ <summary>
+ Score of distillability from AdaBoost model, non-mobile-friendly only.
+ </summary>
+</histogram>
+
+<histogram name="DomDistiller.DistillabilityScoreNMF.Positive" units="0.01">
+ <owner>wychen@chromium.org</owner>
+ <summary>
+ Score of distillability from AdaBoost model, non-mobile-friendly only.
+ </summary>
+</histogram>
+
<histogram name="DomDistiller.DistillationQuality" enum="BooleanSuccess">
<owner>nyquist@chromium.org</owner>
<summary>
@@ -9948,6 +9962,22 @@ http://cs/file:chrome/histograms.xml - but prefer this file for new entries.
</summary>
</histogram>
+<histogram name="DomDistiller.LongArticleScoreNMF.Negative" units="0.01">
+ <owner>wychen@chromium.org</owner>
+ <summary>
+ Score of long article from AdaBoost model, distillable and
+ non-mobile-friendly only.
+ </summary>
+</histogram>
+
+<histogram name="DomDistiller.LongArticleScoreNMF.Positive" units="0.01">
+ <owner>wychen@chromium.org</owner>
+ <summary>
+ Score of long article from AdaBoost model, distillable and
+ non-mobile-friendly only.
+ </summary>
+</histogram>
+
<histogram name="DomDistiller.PageDistillable" enum="DistillableType">
<obsolete>
PageDistillableAfterLoading and PageDistillableAfterParsing provide more

Powered by Google App Engine
This is Rietveld 408576698