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

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

Issue 2625883002: SSLClientSessionCache: Log number of times Lookup is called per Session. (Closed)
Patch Set: reply to comments Created 3 years, 11 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 | « net/ssl/ssl_client_session_cache_unittest.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 e508c28079a10c0d90d69950546a0d65d893f624..dd5e0710ca4683e70f67e71ea9c61bc63d27b006 100644
--- a/tools/metrics/histograms/histograms.xml
+++ b/tools/metrics/histograms/histograms.xml
@@ -35865,6 +35865,15 @@ http://cs/file:chrome/histograms.xml - but prefer this file for new entries.
</summary>
</histogram>
+<histogram name="Net.SSLSessionConcurrentLookupCount">
+ <owner>nharper@chromium.org</owner>
+ <summary>
+ For each SSL connection where we resume a session and negotiate HTTP/2, the
+ simulated minimum number of sessions retained per host it would have
+ required with TLS 1.3 single-use sessions. See https://crbug.com/631988.
+ </summary>
+</histogram>
+
<histogram name="Net.SSLSessionVersionMatch" enum="BooleanMatched">
<obsolete>
Removed on 2015-11-10.
« no previous file with comments | « net/ssl/ssl_client_session_cache_unittest.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698