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

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

Side-by-side diff isn't available for this file because of its large size.
Issue 2316093004: [Extensions] Add metrics for renderer sync IPCs performance (Closed)
Patch Set: Mark's 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 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"/>
« 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