| Index: tools/metrics/histograms/histograms.xml
|
| diff --git a/tools/metrics/histograms/histograms.xml b/tools/metrics/histograms/histograms.xml
|
| index 30cd03f55469e4aae9bbbb9efe85a856131ac662..81c948fdef1c391c65c42e0f3e719bdf3416807e 100644
|
| --- a/tools/metrics/histograms/histograms.xml
|
| +++ b/tools/metrics/histograms/histograms.xml
|
| @@ -15858,6 +15858,15 @@ http://cs/file:chrome/histograms.xml - but prefer this file for new entries.
|
| <summary>The manifest version of each loaded extension.</summary>
|
| </histogram>
|
|
|
| +<histogram name="Extensions.Messaging.GetPortIdSyncTime" units="ms">
|
| + <owner>rdevlin.cronin@chromium.org</owner>
|
| + <summary>
|
| + The amount of synchronous time taken for the renderer to request an
|
| + extension message port id from the browser when a new channel is first
|
| + opened by an extension.
|
| + </summary>
|
| +</histogram>
|
| +
|
| <histogram name="Extensions.NetworkDelay" units="ms">
|
| <owner>battre@chromium.org</owner>
|
| <summary>Time that network requests were blocked due to extensions.</summary>
|
| @@ -16567,6 +16576,14 @@ http://cs/file:chrome/histograms.xml - but prefer this file for new entries.
|
| </summary>
|
| </histogram>
|
|
|
| +<histogram name="Extensions.SyncGetMessageBundle" units="ms">
|
| + <owner>rdevlin.cronin@chromium.org</owner>
|
| + <summary>
|
| + The amount of synchronous time spent retrieving an extension's message
|
| + bundle (the collection of its i18n resources) from the browser.
|
| + </summary>
|
| +</histogram>
|
| +
|
| <histogram name="Extensions.ThrottledNetworkRequestDelay" units="ms">
|
| <owner>rdevlin.cronin@chromium.org</owner>
|
| <summary>
|
| @@ -100380,6 +100397,13 @@ To add a new entry, add it with any value and run test to compute valid value.
|
| <affected-histogram name="Extensions.Functions.SucceededTime"/>
|
| </histogram_suffixes>
|
|
|
| +<histogram_suffixes name="ExtensionMessagingPortType" separator=".">
|
| + <suffix name="Extension" label="A port opened to an extension context."/>
|
| + <suffix name="NativeApp" label="A port opened to a native application."/>
|
| + <suffix name="Tab" label="A port opened to a tab context."/>
|
| + <affected-histogram name="Extensions.Messaging.GetPortIdSyncTime"/>
|
| +</histogram_suffixes>
|
| +
|
| <histogram_suffixes name="ExtensionsDatabaseOpen" separator=".">
|
| <suffix name="Rules" label="Rules backing stores"/>
|
| <suffix name="Settings" label="Settings backing stores"/>
|
|
|