| 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
|
|
|