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

Unified Diff: tools/metrics/histograms/enums.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 | « content/browser/renderer_host/render_process_host_impl.cc ('k') | tools/metrics/histograms/histograms.xml » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: tools/metrics/histograms/enums.xml
diff --git a/tools/metrics/histograms/enums.xml b/tools/metrics/histograms/enums.xml
index 0c4a5dccd1a8277027244eef76d05bca683b9b1e..7d85188988a8b76c017648d0e2d532c57fd5140e 100644
--- a/tools/metrics/histograms/enums.xml
+++ b/tools/metrics/histograms/enums.xml
@@ -31460,6 +31460,11 @@ from previous Chrome versions.
<int value="1" label="Cached StyleSheetContents was reused"/>
</enum>
+<enum name="ReusePendingOrCommittedSiteEnum" type="int">
+ <int value="0" label="Had to create a new RenderProcessHost"/>
+ <int value="1" label="Could reuse an existing RenderProcessHost"/>
+</enum>
+
<enum name="RevalidationPolicy" type="int">
<int value="0" label="Use"/>
<int value="1" label="Revalidate"/>
« no previous file with comments | « content/browser/renderer_host/render_process_host_impl.cc ('k') | tools/metrics/histograms/histograms.xml » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698