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

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

Issue 2931633002: Add a metric to check how often SiteInstances can reuse processes (Closed)
Patch Set: Addressed comments Created 3 years, 6 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 | « tools/metrics/histograms/enums.xml ('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 831235bd30b115df43e9fca3984b9e5084a96642..e7c4856e29110bdb52afdf316430b25d87cfaf49 100644
--- a/tools/metrics/histograms/histograms.xml
+++ b/tools/metrics/histograms/histograms.xml
@@ -71115,6 +71115,17 @@ http://cs/file:chrome/histograms.xml - but prefer this file for new entries.
</summary>
</histogram>
+<histogram name="SiteIsolation.ReusePendingOrCommittedSite.CouldReuse"
+ enum="ReusePendingOrCommittedSiteEnum">
+ <owner>clamy@chromium.org</owner>
+ <summary>
+ Whether SiteInstances with a ProcessReusePolicy of
+ REUSE_PENDING_OR_COMMITTED_SITE could reuse an existing RenderProcessHost or
+ they had to create a new one. True when they reused an existing process,
+ false when they created a new one.
+ </summary>
+</histogram>
+
<histogram name="SiteIsolation.SiteInstancesPerBrowsingInstance">
<owner>nasko@chromium.org</owner>
<summary>
« no previous file with comments | « tools/metrics/histograms/enums.xml ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698