| Index: tools/metrics/histograms/histograms.xml
|
| diff --git a/tools/metrics/histograms/histograms.xml b/tools/metrics/histograms/histograms.xml
|
| index 1a58b6fd7b6b3a72ebc3e29a26a705d5d9d0ae64..579ecdf3e79e97885819ff259b85123424e85cf5 100644
|
| --- a/tools/metrics/histograms/histograms.xml
|
| +++ b/tools/metrics/histograms/histograms.xml
|
| @@ -18389,6 +18389,16 @@ http://cs/file:chrome/histograms.xml - but prefer this file for new entries.
|
| </summary>
|
| </histogram>
|
|
|
| +<histogram name="Extensions.InjectedScriptExecutionTime" units="ms">
|
| + <owner>ksakamoto@chromium.org</owner>
|
| + <summary>
|
| + Time taken to execute all scripts for one location within an extension.
|
| + Recorded every time content scripts injected by extensions are executed.
|
| + Unlike Extensions.InjectScriptTime, this includes execution time of
|
| + asynchronously injected scripts.
|
| + </summary>
|
| +</histogram>
|
| +
|
| <histogram name="Extensions.InjectEnd_BlockingScriptCount">
|
| <owner>rdevlin.cronin@chromium.org</owner>
|
| <summary>
|
|
|