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

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

Side-by-side diff isn't available for this file because of its large size.
Issue 2547753002: [Extensions] Extension Port Ids and Initialization 2.0 (Closed)
Patch Set: lazyboy's Created 4 years 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 | « third_party/WebKit/public/web/WebDocument.h ('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 8ddf95ea8c71cfbf083369e042291f04ff0d513d..fca1d79639e1096bc82854d2df2f47ae2b84ad53 100644
--- a/tools/metrics/histograms/histograms.xml
+++ b/tools/metrics/histograms/histograms.xml
@@ -17206,6 +17206,15 @@ http://cs/file:chrome/histograms.xml - but prefer this file for new entries.
</summary>
</histogram>
+<histogram name="Extensions.Messaging.SetPortIdTime" units="ms">
+ <owner>rdevlin.cronin@chromium.org</owner>
+ <summary>
+ The amount of time for the renderer to inform the browser process of a new
+ port being created with a certain id. This replaces the flow for
+ Extensions.Messaging.GetPortId[A]SyncTime.
+ </summary>
+</histogram>
+
<histogram name="Extensions.NetworkDelay" units="ms">
<owner>battre@chromium.org</owner>
<summary>Time that network requests were blocked due to extensions.</summary>
@@ -108598,6 +108607,7 @@ value.
label="Created during an event handler for the 'beforeunload' event."/>
<suffix name="InUnload"
label="Created during an event handler for the 'unload' event."/>
Devlin 2016/12/05 17:09:01 rkaplow: the above suffixes are no longer being re
rkaplow 2016/12/05 23:01:15 yes, you can add obsolete tags to a suffix. See Mo
Devlin 2016/12/08 16:09:44 Thanks! Done.
+ <suffix name="Total" label="The total number of ports created."/>
<affected-histogram name="Extensions.Messaging.ExtensionPortsCreated"/>
</histogram_suffixes>
@@ -108607,6 +108617,7 @@ value.
<suffix name="Tab" label="A port opened to a tab context."/>
<affected-histogram name="Extensions.Messaging.GetPortIdAsyncTime"/>
<affected-histogram name="Extensions.Messaging.GetPortIdSyncTime"/>
+ <affected-histogram name="Extensions.Messaging.SetPortIdTime"/>
</histogram_suffixes>
<histogram_suffixes name="ExtensionsDatabaseOpen" separator=".">
« no previous file with comments | « third_party/WebKit/public/web/WebDocument.h ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698