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

Unified Diff: net/socket/client_socket_pool_base.cc

Issue 2537923002: Deprecate Net.Socket.IdleSocketTimeSaving (Closed)
Patch Set: Created 4 years, 1 month ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « no previous file | tools/metrics/histograms/histograms.xml » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: net/socket/client_socket_pool_base.cc
diff --git a/net/socket/client_socket_pool_base.cc b/net/socket/client_socket_pool_base.cc
index 165ea53a7a9d7639a7bd4c1c0a456455b0136317..c4307fb2812adde72a826072e9ed990291c2539f 100644
--- a/net/socket/client_socket_pool_base.cc
+++ b/net/socket/client_socket_pool_base.cc
@@ -1040,9 +1040,6 @@ void ClientSocketPoolBaseHelper::HandOutSocket(
UMA_HISTOGRAM_COUNTS_1000("Net.Socket.IdleSocketReuseTime",
idle_time.InSeconds());
- UMA_HISTOGRAM_TIMES(
- "Net.Socket.IdleSocketTimeSaving",
- connect_timing.connect_end - connect_timing.connect_start);
}
if (reuse_type != ClientSocketHandle::UNUSED) {
« no previous file with comments | « no previous file | tools/metrics/histograms/histograms.xml » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698