| Index: tools/metrics/histograms/histograms.xml
|
| diff --git a/tools/metrics/histograms/histograms.xml b/tools/metrics/histograms/histograms.xml
|
| index 48805f790f52eecd3b9d68a541348f24dd84d72e..e501c353b247e3535200f34c343c881d861c33f6 100644
|
| --- a/tools/metrics/histograms/histograms.xml
|
| +++ b/tools/metrics/histograms/histograms.xml
|
| @@ -4998,6 +4998,13 @@ Therefore, the affected-histogram name has to have at least one dot in it.
|
| <summary>Whether a Domain Reliability upload succeeded.</summary>
|
| </histogram>
|
|
|
| +<histogram name="DomDistiller.ArticleProcessingTime" units="milliseconds">
|
| + <owner>yfriedman@chromium.org</owner>
|
| + <summary>
|
| + Time spent in DomDistiller's identification of text content.
|
| + </summary>
|
| +</histogram>
|
| +
|
| <histogram name="DomDistiller.DistillationQuality" enum="BooleanSuccess">
|
| <owner>nyquist@chromium.org</owner>
|
| <summary>
|
| @@ -5005,6 +5012,33 @@ Therefore, the affected-histogram name has to have at least one dot in it.
|
| </summary>
|
| </histogram>
|
|
|
| +<histogram name="DomDistiller.DistillationTotalTime" units="milliseconds">
|
| + <owner>yfriedman@chromium.org</owner>
|
| + <summary>Complete time spent in DomDistiller's processing of a page.</summary>
|
| +</histogram>
|
| +
|
| +<histogram name="DomDistiller.DocumentConstructionTime" units="milliseconds">
|
| + <owner>yfriedman@chromium.org</owner>
|
| + <summary>
|
| + Time spent in creating DomDistiller's internal representation of the HTML
|
| + document.
|
| + </summary>
|
| +</histogram>
|
| +
|
| +<histogram name="DomDistiller.FormattingTime" units="milliseconds">
|
| + <owner>yfriedman@chromium.org</owner>
|
| + <summary>
|
| + Time spent in DomDistiller's final processing of article content/formatting.
|
| + </summary>
|
| +</histogram>
|
| +
|
| +<histogram name="DomDistiller.MarkupParsingTime" units="milliseconds">
|
| + <owner>yfriedman@chromium.org</owner>
|
| + <summary>
|
| + Time spent in DomDistiller's processing of article metadata.
|
| + </summary>
|
| +</histogram>
|
| +
|
| <histogram name="Download.AcceptRangesBytes.KBytes" units="KB">
|
| <owner>asanka@chromium.org</owner>
|
| <summary>The length of downloads for serves that accept byte ranges.</summary>
|
|
|