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

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

Issue 1406133002: Several Site Details / Memory metrics fixes (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@no_isolate_apps4
Patch Set: thestig's fixes. Created 5 years, 2 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/public/browser/web_contents.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 6324dbc56d936e45a5598db3568739a0e568b06a..4b3babf18ea28573424a546a66d4d0883895b22d 100644
--- a/tools/metrics/histograms/histograms.xml
+++ b/tools/metrics/histograms/histograms.xml
@@ -43294,6 +43294,39 @@ http://cs/file:chrome/histograms.xml - but prefer this file for new entries.
</summary>
</histogram>
+<histogram name="SiteIsolation.IsolateNothingProcessCountEstimate">
+ <owner>creis@chromium.org</owner>
+ <summary>
+ The upper bound of the estimated renderer process count if we isolated no
+ sites, subject to the process limit. Recorded once per UMA ping.
+ </summary>
+</histogram>
+
+<histogram name="SiteIsolation.IsolateNothingProcessCountLowerBound">
+ <owner>creis@chromium.org</owner>
+ <summary>
+ The lower bound of the predicted renderer process count if we isolated no
+ sites, subject to the process limit. Happens to be the number of isolated
+ sites. Recorded once per UMA ping.
+ </summary>
+</histogram>
+
+<histogram name="SiteIsolation.IsolateNothingProcessCountNoLimit">
+ <owner>creis@chromium.org</owner>
+ <summary>
+ The predicted renderer process count if we isolated no sites and if there
+ were no process limit. Recorded once per UMA ping.
+ </summary>
+</histogram>
+
+<histogram name="SiteIsolation.IsolateNothingTotalProcessCountEstimate">
+ <owner>creis@chromium.org</owner>
+ <summary>
+ The predicted total process count if we isolated no sites, subject to the
+ process limit. Recorded once per UMA ping.
+ </summary>
+</histogram>
+
<histogram name="SiteIsolation.XSD.DataLength" units="byte">
<owner>creis@chromium.org</owner>
<summary>
« no previous file with comments | « content/public/browser/web_contents.h ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698