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

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

Side-by-side diff isn't available for this file because of its large size.
Issue 1027693004: Delete the ClientSocketPoolHistograms class. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: small xml fix Created 5 years, 9 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/websockets/websocket_handshake_stream_create_helper_test.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 c681c594f1cfa81a87ba5c27743cb80b21b6aa27..4a2ce39ee3fb6ffbde275c3904324f62aad4f110 100644
--- a/tools/metrics/histograms/histograms.xml
+++ b/tools/metrics/histograms/histograms.xml
@@ -19807,11 +19807,17 @@ Therefore, the affected-histogram name has to have at least one dot in it.
</histogram>
<histogram name="Net.SocketIdleTimeBeforeNextUse_ReusedSocket">
+ <obsolete>
+ Deprecated as of 03/2015.
+ </obsolete>
<owner>Please list the metric's owners. Add more owner tags as needed.</owner>
<summary>The time an already used socket sat idle before being used.</summary>
</histogram>
<histogram name="Net.SocketIdleTimeBeforeNextUse_UnusedSocket">
+ <obsolete>
+ Deprecated as of 03/2015.
+ </obsolete>
<owner>Please list the metric's owners. Add more owner tags as needed.</owner>
<summary>
The time an unused socket (all HTTP sockets, regardless of any proxy used)
@@ -19836,6 +19842,9 @@ Therefore, the affected-histogram name has to have at least one dot in it.
</histogram>
<histogram name="Net.SocketInitErrorCodes" enum="NetErrorCodes">
+ <obsolete>
+ Deprecated as of 03/2015.
+ </obsolete>
<owner>Please list the metric's owners. Add more owner tags as needed.</owner>
<summary>
Net error codes that socket initializations end with, including net::OK and
@@ -19855,6 +19864,9 @@ Therefore, the affected-histogram name has to have at least one dot in it.
</histogram>
<histogram name="Net.SocketRequestTime">
+ <obsolete>
+ Deprecated as of 03/2015.
+ </obsolete>
<owner>Please list the metric's owners. Add more owner tags as needed.</owner>
<summary>
Time in milliseconds from initial RequestSocket() call until successfully
@@ -19959,6 +19971,9 @@ Therefore, the affected-histogram name has to have at least one dot in it.
</histogram>
<histogram name="Net.SocketType" enum="HttpSocketType">
+ <obsolete>
+ Deprecated as of 03/2015.
+ </obsolete>
<owner>Please list the metric's owners. Add more owner tags as needed.</owner>
<summary>
The counts of the type of sockets returned by the socket pools.
@@ -65702,6 +65717,9 @@ To add a new entry, add it with any value and run test to compute valid value.
</histogram_suffixes>
<histogram_suffixes name="SocketType">
+ <obsolete>
+ Deprecated as of 03/2015.
+ </obsolete>
<suffix name="HTTPProxy" label="HTTP proxy socket"/>
<suffix name="SOCK" label="SOCKS socket"/>
<suffix name="SSL" label="(Obsolete, SSL socket)"/>
« no previous file with comments | « net/websockets/websocket_handshake_stream_create_helper_test.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698