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

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

Side-by-side diff isn't available for this file because of its large size.
Issue 1688963002: UMA stats to count RenderFrameProxyHosts (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@uma2
Patch Set: Created 4 years, 10 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 3209f010e463c465b36854326df59db4e87b77a0..2b92735ab690402a43e396545b78c8999fdc4a49 100644
--- a/tools/metrics/histograms/histograms.xml
+++ b/tools/metrics/histograms/histograms.xml
@@ -46729,6 +46729,21 @@ http://cs/file:chrome/histograms.xml - but prefer this file for new entries.
</summary>
</histogram>
+<histogram name="SiteIsolation.ProxyCount">
+ <owner>nick@chromium.org</owner>
+ <summary>
+ The count of all RenderFrameProxyHosts. Recorded once per UMA ping.
+ </summary>
+</histogram>
+
+<histogram name="SiteIsolation.ProxyCountPerBrowsingInstance">
+ <owner>nick@chromium.org</owner>
+ <summary>
+ The count of RenderFrameProxyHosts in each BrowsingInstance. Recorded once
Charlie Reis 2016/02/10 22:37:52 Is this once per BrowsingInstance per UMA ping?
ncarter (slow) 2016/02/10 23:22:14 Yes. I've clarified this comment as well as others
+ per UMA ping.
+ </summary>
+</histogram>
+
<histogram name="SiteIsolation.SiteInstancesPerBrowsingInstance">
<owner>nasko@chromium.org</owner>
<summary>

Powered by Google App Engine
This is Rietveld 408576698