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

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

Side-by-side diff isn't available for this file because of its large size.
Issue 1453193004: Add histogram for number of out-of-process iframes. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Remove the macro and use the predicates. Created 5 years, 1 month 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 c2445a3065173af499463737cc5ed14776069311..8fd0540b6e6a4d0e126329d0ca8a8adacb1d7219 100644
--- a/tools/metrics/histograms/histograms.xml
+++ b/tools/metrics/histograms/histograms.xml
@@ -44093,6 +44093,13 @@ http://cs/file:chrome/histograms.xml - but prefer this file for new entries.
</summary>
</histogram>
+<histogram name="SiteIsolation.OutOfProcessIframes">
+ <owner>nasko@chromium.org</owner>
+ <summary>
+ The count of all out-of-process iframes. Recorded once per UMA ping.
ncarter (slow) 2015/11/18 17:48:14 They could be frameset frames, but I'm okay with t
nasko 2015/11/18 18:32:58 I've debated this one, but I think most people thi
+ </summary>
+</histogram>
+
<histogram name="SiteIsolation.XSD.DataLength" units="byte">
<owner>creis@chromium.org</owner>
<summary>
« chrome/browser/site_details_browsertest.cc ('K') | « chrome/browser/site_details_browsertest.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698