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

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: Attempt to fix clang compile warning. 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
Index: tools/metrics/histograms/histograms.xml
diff --git a/tools/metrics/histograms/histograms.xml b/tools/metrics/histograms/histograms.xml
index 8acbb59ecaa6b0d3c09a12d2db7545031453d008..931ebb3a3a621c08226433b4c635152f40798ce9 100644
--- a/tools/metrics/histograms/histograms.xml
+++ b/tools/metrics/histograms/histograms.xml
@@ -43276,6 +43276,39 @@ http://cs/file:chrome/histograms.xml - but prefer this file for new entries.
</summary>
</histogram>
+<histogram name="SiteIsolation.IsolateExtensionsProcessCountEstimate">
+ <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>

Powered by Google App Engine
This is Rietveld 408576698