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

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

Issue 1537463004: AlternativeServiceServers - Added couple of histograms to measure if (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: fix comments to Patch Set 1 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
« no previous file with comments | « net/http/http_server_properties_impl.cc ('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 d7c3fee1c691495659abe31b4b017f40130d60ce..50cf26cd64fe3f72c068d952b57df1f240bfae09 100644
--- a/tools/metrics/histograms/histograms.xml
+++ b/tools/metrics/histograms/histograms.xml
@@ -22273,6 +22273,27 @@ http://cs/file:chrome/histograms.xml - but prefer this file for new entries.
</summary>
</histogram>
+<histogram name="Net.AlternativeServiceServers.MoreOrEqualCacheEntries">
+ <owner>rtenneti@chromium.org</owner>
+ <summary>
+ The difference between the size of alternative service mappings in cache and
+ preferences. This tracks zero or negative values (when the difference
+ between preferences size is less than or equal to memory cache size).
+ Positive values are tracked by
+ Net.AlternativeServiceServers.MorePrefsEntries.
+ </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. This tracks positive values (when the difference
+ between preferences size is greater than memory cache size). Non positive
+ values are tracked by Net.AlternativeServiceServers.MoreOrEqualCacheEntries.
+ </summary>
+</histogram>
+
<histogram name="Net.AsyncResourceHandler_PendingDataCount">
<obsolete>
Deprecated 03/2015.
« no previous file with comments | « 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