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

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

Side-by-side diff isn't available for this file because of its large size.
Issue 2073323003: QUIC - Added a histogram to track number of times session_ is null when (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Fix comments Created 4 years, 6 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/quic/quic_http_stream.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 3cb5daddabe32c67cf622acdb527f131101b8dc5..344f82fd6aec6fc59ae82222f3d8180f3b9d66b8 100644
--- a/tools/metrics/histograms/histograms.xml
+++ b/tools/metrics/histograms/histograms.xml
@@ -29038,6 +29038,15 @@ http://cs/file:chrome/histograms.xml - but prefer this file for new entries.
</summary>
</histogram>
+<histogram name="Net.QuicHttpStream::DoStreamRequest.IsNullSession"
+ enum="Boolean">
+ <owner>rtenneti@chromium.org</owner>
+ <summary>
+ The number of times QuicHttpStream's session_ is a nullptr before
+ StartRequest() is called.
+ </summary>
+</histogram>
+
<histogram name="Net.QuicInchoateClientHelloReason"
enum="QuicServerConfigState">
<owner>rtenneti@chromium.org</owner>
« no previous file with comments | « net/quic/quic_http_stream.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698