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

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

Side-by-side diff isn't available for this file because of its large size.
Issue 2429313003: Server push cancellation: add metrics collection for (Closed)
Patch Set: Created 4 years, 2 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/spdy/spdy_stream.h ('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 1b79ca737d73b284ba3c4f9ff1e2fa782e539d38..b2c02faf04b9761131d6673986d944c41d09bec8 100644
--- a/tools/metrics/histograms/histograms.xml
+++ b/tools/metrics/histograms/histograms.xml
@@ -33254,6 +33254,20 @@ http://cs/file:chrome/histograms.xml - but prefer this file for new entries.
<summary>Socket connected status in SpdySession::CreateStream.</summary>
</histogram>
+<histogram name="Net.SpdySession.PushedAndUnclaimedBytes" units="count">
+ <owner>zhongyi@chromium.org</owner>
+ <summary>
+ The number of bytes that is pushed but not used when the session is closed.
+ </summary>
+</histogram>
+
+<histogram name="Net.SpdySession.PushedBytes" units="count">
+ <owner>zhongyi@chromium.org</owner>
+ <summary>
+ The number of bytes that is pushed when the session is closed.
+ </summary>
+</histogram>
+
<histogram name="Net.SpdySessionErrorDetails" enum="SpdyProtocolErrorDetails"
units="count">
<obsolete>
« no previous file with comments | « net/spdy/spdy_stream.h ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698