Chromium Code Reviews| 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. |