| Index: tools/metrics/histograms/histograms.xml
|
| diff --git a/tools/metrics/histograms/histograms.xml b/tools/metrics/histograms/histograms.xml
|
| index d02f2bee6c44aa65f3acdad464229c26c46b5b53..6773eb405672ba938572fafc7c9f2758296285c0 100644
|
| --- a/tools/metrics/histograms/histograms.xml
|
| +++ b/tools/metrics/histograms/histograms.xml
|
| @@ -14227,6 +14227,26 @@ http://cs/file:chrome/histograms.xml - but prefer this file for new entries.
|
| </summary>
|
| </histogram>
|
|
|
| +<histogram name="Extensions.Functions.HandleResponseElapsedTime" units="ms">
|
| + <owner>rdevlin.cronin@chromium.org</owner>
|
| + <summary>
|
| + The amount of time it takes to handle a response for an extension API
|
| + request. Recorded on the renderer side once we receive the response IPC from
|
| + the browser and have deserialized the arguments and passed them to the JS
|
| + context. Only recorded if the response is successfully handled.
|
| + </summary>
|
| +</histogram>
|
| +
|
| +<histogram name="Extensions.Functions.StartRequestElapsedTime" units="ms">
|
| + <owner>rdevlin.cronin@chromium.org</owner>
|
| + <summary>
|
| + The amount of time it takes to start an extension API request. Recorded on
|
| + the renderer side after we perform JS pre-processing, but includes all
|
| + serialization and dispatching. Only recorded if the request is successfully
|
| + dispatched.
|
| + </summary>
|
| +</histogram>
|
| +
|
| <histogram name="Extensions.Functions.SucceededTotalExecutionTime" units="ms">
|
| <owner>rdevlin.cronin@chromium.org</owner>
|
| <summary>
|
|
|