Chromium Code Reviews| 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 |