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

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

Side-by-side diff isn't available for this file because of its large size.
Issue 1889413002: Remove unused histograms: Net.QuicSession.21* & Net.QuicSession.6* (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@REMOVE_HISTOGRAMS
Patch Set: mark histograms as obsolete Created 4 years, 8 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_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 683343c98badc31bd34e1c4098b64d1f8f65b153..db2f0bf93bbfebbd9988e5f6b16b62b29624411e 100644
--- a/tools/metrics/histograms/histograms.xml
+++ b/tools/metrics/histograms/histograms.xml
@@ -27577,6 +27577,9 @@ http://cs/file:chrome/histograms.xml - but prefer this file for new entries.
<histogram name="Net.QuicSession.21CumulativePacketsReceived"
units="Received in Ranges">
+ <obsolete>
+ Deprecated as of 04/2016.
+ </obsolete>
<owner>rch@chromium.org</owner>
<summary>
This histogram summarizes information about a 21 packet sequence, indicating
@@ -27596,6 +27599,9 @@ http://cs/file:chrome/histograms.xml - but prefer this file for new entries.
<histogram name="Net.QuicSession.6PacketsPatternsReceived"
units="Binay of Packets ACKed">
+ <obsolete>
+ Deprecated as of 04/2016.
+ </obsolete>
<owner>rch@chromium.org</owner>
<summary>
Each of the 64 buckets represents a different binary pattern of 6
@@ -89303,6 +89309,9 @@ To add a new entry, add it with any value and run test to compute valid value.
</histogram_suffixes>
<histogram_suffixes name="Net.QuicSession.21CumulativePackets" separator="_">
+ <obsolete>
+ Deprecated as of 04/2016.
+ </obsolete>
<owner>rch@chromium.org</owner>
<suffix name="First21"
label="Only the first group of 21 packets in a connection via"/>
@@ -89313,6 +89322,9 @@ To add a new entry, add it with any value and run test to compute valid value.
</histogram_suffixes>
<histogram_suffixes name="Net.QuicSession.6PacketPatterns" separator="_">
+ <obsolete>
+ Deprecated as of 04/2016.
+ </obsolete>
<owner>rch@chromium.org</owner>
<suffix name="First6"
label="Only the first group of 6 packets in a connection via"/>
@@ -89364,12 +89376,6 @@ To add a new entry, add it with any value and run test to compute valid value.
<suffix name="CONNECTION_BLUETOOTH"
label="Bluetooth are tallied, but this may include connections to a
mobile hotspot."/>
- <affected-histogram
- name="Net.QuicSession.21CumulativePacketsReceived_First21"/>
- <affected-histogram
- name="Net.QuicSession.21CumulativePacketsReceived_Some21s"/>
- <affected-histogram name="Net.QuicSession.6PacketsPatternsReceived_First6"/>
- <affected-histogram name="Net.QuicSession.6PacketsPatternsReceived_Some6s"/>
Alexei Svitkine (slow) 2016/04/18 20:45:08 We still want these to be able to decode data from
<affected-histogram name="Net.QuicSession.PacketLossRate"/>
<affected-histogram name="Net.QuicSession.PacketReceived_Ack"/>
<affected-histogram name="Net.QuicSession.PacketReceived_IsAnAck"/>
« no previous file with comments | « net/quic/quic_connection_logger.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698