diff options
author | kalman@chromium.org <kalman@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2013-07-12 16:11:04 +0000 |
---|---|---|
committer | kalman@chromium.org <kalman@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2013-07-12 16:11:04 +0000 |
commit | 07320dc30425542bcb4f69e7141c7f8a4cef3319 (patch) | |
tree | b845cd6a523689967a008d010eafa6e91840061f /tools/metrics | |
parent | 304c8bb02a34e3042d81a76d18f8864ec7bb74ca (diff) | |
download | chromium_src-07320dc30425542bcb4f69e7141c7f8a4cef3319.zip chromium_src-07320dc30425542bcb4f69e7141c7f8a4cef3319.tar.gz chromium_src-07320dc30425542bcb4f69e7141c7f8a4cef3319.tar.bz2 |
Add UMA for how often the extension chrome.runtime.Port ID pairs overflow.
BUG=258526
Review URL: https://chromiumcodereview.appspot.com/18402010
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@211408 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'tools/metrics')
-rw-r--r-- | tools/metrics/histograms/histograms.xml | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/tools/metrics/histograms/histograms.xml b/tools/metrics/histograms/histograms.xml index 8e08e27..204f53b 100644 --- a/tools/metrics/histograms/histograms.xml +++ b/tools/metrics/histograms/histograms.xml @@ -2374,6 +2374,12 @@ other types of suffix sets. </summary> </histogram> +<histogram name="Extensions.AllocatePortIdPairOverflow"> + <summary> + Records when the allocation of IDs for chrome.runtime.Port overflows. + </summary> +</histogram> + <histogram name="Extensions.APIUse_RelativeURL" enum="UrlResolutionResult"> <summary> Captures the results of URL resolution when relative urls are used in the |