Index: tools/metrics/histograms/histograms.xml |
diff --git a/tools/metrics/histograms/histograms.xml b/tools/metrics/histograms/histograms.xml |
index 92efb8f162944cf4e22903b1ee0c2623da2d1b0c..690a448e412cd79b165666084bf1c3e979512ded 100644 |
--- a/tools/metrics/histograms/histograms.xml |
+++ b/tools/metrics/histograms/histograms.xml |
@@ -5999,6 +5999,14 @@ Therefore, the affected-histogram name has to have at least one dot in it. |
<summary>Complete time spent in DomDistiller's processing of a page.</summary> |
</histogram> |
+<histogram name="DomDistiller.Time.DistillPage" units="milliseconds"> |
+ <owner>wychen@chromium.org</owner> |
+ <summary> |
+ Time spent in DistillPageImpl(), mostly ExecuteJavaScript(), including |
+ compilation and execution. |
+ </summary> |
+</histogram> |
+ |
<histogram name="DomDistiller.Time.DocumentConstruction" units="milliseconds"> |
<owner>yfriedman@chromium.org</owner> |
<summary> |