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

Issue 99205: Add a histogram to measure the number of idle sockets when a TCP connection is established. (Closed)

Created:
11 years, 7 months ago by willchan no longer on Chromium
Modified:
9 years, 7 months ago
CC:
chromium-reviews_googlegroups.com
Visibility:
Public.

Description

Add a histogram to measure the number of idle sockets when a TCP connection is established. Committed: http://src.chromium.org/viewvc/chrome?view=rev&revision=14955

Patch Set 1 #

Total comments: 6

Patch Set 2 : Use a const ref (woops!) instead of copying a string. Add comments. #

Unified diffs Side-by-side diffs Delta from patch set Stats (+18 lines, -0 lines) Patch
M net/base/client_socket_handle.h View 1 chunk +1 line, -0 lines 0 comments Download
M net/base/client_socket_pool.h View 1 1 chunk +3 lines, -0 lines 0 comments Download
M net/base/client_socket_pool.cc View 1 1 chunk +8 lines, -0 lines 0 comments Download
M net/http/http_network_transaction.cc View 1 1 chunk +6 lines, -0 lines 0 comments Download

Messages

Total messages: 5 (0 generated)
willchan no longer on Chromium
jar: Am I using the right histogram call? There really ought to only be kMaxSocketsPerGroup ...
11 years, 7 months ago (2009-04-29 21:35:43 UTC) #1
wtc
LGTM. Some nits below. Please wait for jar to review the change to HttpNetworkTransaction::LogTCPConnectedMetrics. http://codereview.chromium.org/99205/diff/1/3 ...
11 years, 7 months ago (2009-04-29 22:48:50 UTC) #2
wtc
http://codereview.chromium.org/99205/diff/1/5 File net/http/http_network_transaction.cc (right): http://codereview.chromium.org/99205/diff/1/5#newcode1037 Line 1037: UMA_HISTOGRAM_COUNTS_100( On second thought, I think we shouldn't ...
11 years, 7 months ago (2009-04-29 22:51:50 UTC) #3
willchan no longer on Chromium
http://codereview.chromium.org/99205/diff/1/3 File net/base/client_socket_pool.cc (right): http://codereview.chromium.org/99205/diff/1/3#newcode128 Line 128: DCHECK(i != group_map_.end()); On 2009/04/29 22:48:50, wtc wrote: ...
11 years, 7 months ago (2009-04-29 23:05:15 UTC) #4
jar (doing other things)
11 years, 7 months ago (2009-04-29 23:26:06 UTC) #5
The histogram addition LGTM.
I did not review the rest of code.

Powered by Google App Engine
This is Rietveld 408576698