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

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

Side-by-side diff isn't available for this file because of its large size.
Issue 2255753003: Remove unused histograms for QUIC (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: remove a if condition Created 4 years, 4 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/chromium/quic_connection_logger.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 6110fb3c1f3c44bc0073be570adf92667f10213b..3665d42eb579d46a3e1f3fc4fd50e2200f4da7c2 100644
--- a/tools/metrics/histograms/histograms.xml
+++ b/tools/metrics/histograms/histograms.xml
@@ -30310,6 +30310,9 @@ http://cs/file:chrome/histograms.xml - but prefer this file for new entries.
<histogram name="Net.QuicSession.21CumulativePacketsReceived"
units="Received in Ranges">
<owner>rch@chromium.org</owner>
+ <obsolete>
+ Deprecated 08/2016.
+ </obsolete>
<summary>
This histogram summarizes information about a 21 packet sequence, indicating
for each of the 21 possible prefixes of this pattern, how many packets were
@@ -30329,6 +30332,9 @@ http://cs/file:chrome/histograms.xml - but prefer this file for new entries.
<histogram name="Net.QuicSession.6PacketsPatternsReceived"
units="Binay of Packets ACKed">
<owner>rch@chromium.org</owner>
+ <obsolete>
+ Deprecated 08/2016.
+ </obsolete>
<summary>
Each of the 64 buckets represents a different binary pattern of 6
consecutive packets that were received by the client. The LSB of the bucket
@@ -30746,6 +30752,9 @@ http://cs/file:chrome/histograms.xml - but prefer this file for new entries.
<histogram name="Net.QuicSession.PacketReceived" units="SequenceNumber">
<owner>rch@chromium.org</owner>
+ <obsolete>
+ Deprecated 08/2016.
+ </obsolete>
<summary>
Each bucket corresponds to a specific packet sequence number that was sent
by a server to Chrome at the start of a QUIC connection. This histogram is
« no previous file with comments | « net/quic/chromium/quic_connection_logger.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698