| Index: tools/metrics/histograms/histograms.xml
|
| diff --git a/tools/metrics/histograms/histograms.xml b/tools/metrics/histograms/histograms.xml
|
| index d391afe395d5ed8689f0be159b0381bd9239ffc3..4d296350a53dda17123ea429af6fc988b2ba5cc9 100644
|
| --- a/tools/metrics/histograms/histograms.xml
|
| +++ b/tools/metrics/histograms/histograms.xml
|
| @@ -50465,6 +50465,15 @@ http://cs/file:chrome/histograms.xml - but prefer this file for new entries.
|
| </summary>
|
| </histogram>
|
|
|
| +<histogram name="WebCore.DistillabilityUs" units="microseconds">
|
| + <owner>wychen@chromium.org</owner>
|
| + <summary>
|
| + The time spent on collecting the statistics of the document in the main
|
| + frame. These statistics would be used as features to classify whether the
|
| + page is suitable for DOM distiller.
|
| + </summary>
|
| +</histogram>
|
| +
|
| <histogram name="WebCore.Document.execCommand" enum="MappedEditingCommands">
|
| <owner>yoichio@chromium.org</owner>
|
| <summary>
|
|
|