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

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

Issue 301743004: Added two histograms to measure the impact of persisting 1000 alternate (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 6 years, 7 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 | « no previous file | 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 958ecc96c492a8f18ba4d717a5afe10f57c6acbe..f1192e9be1cf6de9a8b53d4381f0af64af4a675a 100644
--- a/tools/metrics/histograms/histograms.xml
+++ b/tools/metrics/histograms/histograms.xml
@@ -11225,6 +11225,26 @@ Therefore, the affected-histogram name has to have at least one dot in it.
</summary>
</histogram>
+<histogram name="Net.AlternateProtocolUsage.1000Truncated"
+ enum="AlternateProtocolUsage">
+ <owner>rch@chromium.org</owner>
+ <summary>
+ Breakdown of how requests which could potentially make use of an alternate
+ protocol use or don't use the protocol. Loaded data for 1000 servers and we
+ have persisted 1000 MRU servers.
+ </summary>
+</histogram>
+
+<histogram name="Net.AlternateProtocolUsage.200Truncated"
+ enum="AlternateProtocolUsage">
+ <owner>rch@chromium.org</owner>
+ <summary>
+ Breakdown of how requests which could potentially make use of an alternate
+ protocol use or don't use the protocol. Loaded data for 200 servers and we
+ have persisted 1000 MRU servers.
+ </summary>
+</histogram>
+
<histogram name="Net.AsyncResourceHandler_PendingDataCount">
<owner>Please list the metric's owners. Add more owner tags as needed.</owner>
<summary>
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698