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

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

Side-by-side diff isn't available for this file because of its large size.
Issue 2625883002: SSLClientSessionCache: Log number of times Lookup is called per Session. (Closed)
Patch Set: reset count on handshake completion; log count from lookup 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
Index: tools/metrics/histograms/histograms.xml
diff --git a/tools/metrics/histograms/histograms.xml b/tools/metrics/histograms/histograms.xml
index 5ad180c7604711d287fae46c16446a83ad583512..e1b9af7647aa077133b4983415aae5876f57bd5d 100644
--- a/tools/metrics/histograms/histograms.xml
+++ b/tools/metrics/histograms/histograms.xml
@@ -35599,6 +35599,14 @@ 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, how many connections
+ (including this one) are in the process of resuming the same session.
davidben 2017/01/19 20:29:34 This probably wants to be rephrased and maybe cite
nharper 2017/01/19 21:50:35 Done.
+ </summary>
+</histogram>
+
<histogram name="Net.SSLSessionVersionMatch" enum="BooleanMatched">
<obsolete>
Removed on 2015-11-10.
« net/ssl/ssl_client_session_cache.cc ('K') | « 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