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

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

Side-by-side diff isn't available for this file because of its large size.
Issue 1537463004: AlternativeServiceServers - Added couple of histograms to measure if (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 5 years 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 58bce2f4386459f28b604adb549978ddf7ca0696..95473c3c3bc4ebc9ededbc31cb74b39975a12625 100644
--- a/tools/metrics/histograms/histograms.xml
+++ b/tools/metrics/histograms/histograms.xml
@@ -22175,6 +22175,22 @@ http://cs/file:chrome/histograms.xml - but prefer this file for new entries.
</summary>
</histogram>
+<histogram name="Net.AlternativeServiceServers.MoreCacheEntries">
+ <owner>rtenneti@chromium.org</owner>
+ <summary>
+ The difference between the size of alternative service mappings in cache and
+ preferences.
Alexei Svitkine (slow) 2015/12/18 19:58:48 Mention that it's only logged when positive and po
ramant (doing other things) 2015/12/18 21:34:55 Added comments. PTAL. Done.
+ </summary>
+</histogram>
+
+<histogram name="Net.AlternativeServiceServers.MorePrefsEntries">
+ <owner>rtenneti@chromium.org</owner>
+ <summary>
+ The difference between the size of alternative service mappings in
+ preferences and cache.
+ </summary>
+</histogram>
+
<histogram name="Net.AsyncResourceHandler_PendingDataCount">
<obsolete>
Deprecated 03/2015.
« net/http/http_server_properties_impl.cc ('K') | « net/http/http_server_properties_impl.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698