| Index: tools/metrics/histograms/histograms.xml
|
| diff --git a/tools/metrics/histograms/histograms.xml b/tools/metrics/histograms/histograms.xml
|
| index 39db40d1ba51c233a2be60cd3485125dd6b8c80d..3fd6471f057d3186da018b0330bbf4300d713a04 100644
|
| --- a/tools/metrics/histograms/histograms.xml
|
| +++ b/tools/metrics/histograms/histograms.xml
|
| @@ -6479,6 +6479,15 @@ http://cs/file:chrome/histograms.xml - but prefer this file for new entries.
|
| </summary>
|
| </histogram>
|
|
|
| +<histogram name="DomDistiller.Time.RunJavaScript" units="milliseconds">
|
| + <owner>wychen@chromium.org</owner>
|
| + <summary>
|
| + Time spent in ExecuteJavaScript() in DomDistiller. It includes JavaScript
|
| + code transmission through IPC, parsing, compilation, execution, and
|
| + returning the JSON back through IPC.
|
| + </summary>
|
| +</histogram>
|
| +
|
| <histogram name="DomDistiller.Time.SwipeToPaint" units="milliseconds">
|
| <owner>wychen@chromium.org</owner>
|
| <summary>
|
|
|