Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(224)

Unified Diff: tools/metrics/histograms/histograms.xml

Issue 2335713002: [Extensions] Add metrics for renderer sync IPCs performance (Closed)
Patch Set: Created 4 years, 3 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
Download patch
« no previous file with comments | « extensions/renderer/runtime_custom_bindings.cc ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: tools/metrics/histograms/histograms.xml
diff --git a/tools/metrics/histograms/histograms.xml b/tools/metrics/histograms/histograms.xml
index 9f1cea02c0a08eb8fcad8a4c3204697f44de67ab..a68861e969cd60a65365ac8b3c452b4c2107badc 100644
--- a/tools/metrics/histograms/histograms.xml
+++ b/tools/metrics/histograms/histograms.xml
@@ -15864,6 +15864,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>
@@ -16573,6 +16582,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>
@@ -99554,6 +99571,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"/>
« no previous file with comments | « extensions/renderer/runtime_custom_bindings.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698