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

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

Issue 1313863006: Add SiteIsolation.IsolateExtensions metrics and tests. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Fix "not not" Created 5 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 | « content/browser/web_contents/web_contents_impl.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 f9b9ebdebef0cf7a01fe6844262ce007491af345..d52587302ba50693d5d5783c886833aee6500c26 100644
--- a/tools/metrics/histograms/histograms.xml
+++ b/tools/metrics/histograms/histograms.xml
@@ -43371,6 +43371,39 @@ http://cs/file:chrome/histograms.xml - but prefer this file for new entries.
</summary>
</histogram>
+<histogram name="SiteIsolation.IsolateExtensionsProcessCountEstimate">
Ilya Sherman 2015/09/11 20:08:23 nit: Maybe name this "UpperBound", to match "Lower
ncarter (slow) 2015/09/11 20:11:09 This is named Estimate to match the naming scheme
+ <owner>nick@chromium.org</owner>
+ <summary>
+ The upper bound of the predicted renderer process count if we isolated only
+ Chrome extensions, subject to the process limit. Recorded once per UMA
+ ping.
+ </summary>
+</histogram>
+
+<histogram name="SiteIsolation.IsolateExtensionsProcessCountLowerBound">
+ <owner>nick@chromium.org</owner>
+ <summary>
+ The lower bound of the predicted renderer process count if we isolated only
+ Chrome extensions, subject to the process limit. Recorded once per UMA ping.
+ </summary>
+</histogram>
+
+<histogram name="SiteIsolation.IsolateExtensionsProcessCountNoLimit">
+ <owner>nick@chromium.org</owner>
+ <summary>
+ The predicted renderer process count if we isolated only Chrome extensions
+ and if there were no process limit. Recorded once per UMA ping.
+ </summary>
+</histogram>
+
+<histogram name="SiteIsolation.IsolateExtensionsTotalProcessCountEstimate">
+ <owner>nick@chromium.org</owner>
+ <summary>
+ The predicted total process count if we isolated only Chrome extensions,
+ subject to the process limit. Recorded once per UMA ping.
+ </summary>
+</histogram>
+
<histogram name="SiteIsolation.IsolateHttpsSitesProcessCountEstimate">
<owner>creis@chromium.org</owner>
<summary>
« no previous file with comments | « content/browser/web_contents/web_contents_impl.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698