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

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

Issue 2625883002: SSLClientSessionCache: Log number of times Lookup is called per Session. (Closed)
Patch Set: 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..200ed0617365091a6342e1c4cd58c4286a895bfc 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.SSLSessionLookupCount">
+ <owner>nharper@chromium.org</owner>
+ <summary>
+ For every session in an SSLClientSessionCache, this histogram has a value in
+ bucket N if that session has been looked up at least N times.
+ </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