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

Issue 2768173002: Record the time duration for establishing proxy connection (Closed)

Created:
3 years, 9 months ago by tbansal1
Modified:
3 years, 8 months ago
Reviewers:
rkaplow, mmenke
CC:
chromium-reviews, cbentzel+watch_chromium.org, asvitkine+watch_chromium.org, net-reviews_chromium.org
Target Ref:
refs/heads/master
Project:
chromium
Visibility:
Public.

Description

Record the time duration for establishing proxy connection Different UMA histograms are used for secure and insecure proxies. Similarly, different histograms are used when the proxy connection was successful vs. when the connection attempt timed out. BUG=704339 Review-Url: https://codereview.chromium.org/2768173002 Cr-Commit-Position: refs/heads/master@{#460216} Committed: https://chromium.googlesource.com/chromium/src/+/4cbf5c1bc96f24e9e660e538cdce3d00562626f4

Patch Set 1 #

Total comments: 4

Patch Set 2 : Address error histogram #

Unified diffs Side-by-side diffs Delta from patch set Stats (+81 lines, -1 line) Patch
M net/http/http_proxy_client_socket_pool_unittest.cc View 1 7 chunks +25 lines, -0 lines 0 comments Download
M net/http/http_proxy_client_socket_wrapper.h View 1 chunk +3 lines, -0 lines 0 comments Download
M net/http/http_proxy_client_socket_wrapper.cc View 1 8 chunks +32 lines, -1 line 0 comments Download
M tools/metrics/histograms/histograms.xml View 1 2 chunks +21 lines, -0 lines 0 comments Download

Messages

Total messages: 33 (21 generated)
tbansal1
ryansturm: ptal. Thanks.
3 years, 9 months ago (2017-03-22 23:03:02 UTC) #3
tbansal1
mmenke: ptal. Thanks.
3 years, 9 months ago (2017-03-22 23:24:32 UTC) #6
mmenke
On 2017/03/22 23:24:32, tbansal1 wrote: > mmenke: ptal. Thanks. I'll take a look tomorrow (Main ...
3 years, 9 months ago (2017-03-23 21:58:01 UTC) #8
mmenke
LGTM, modulo comment. Didn't look at the test. https://codereview.chromium.org/2768173002/diff/1/net/http/http_proxy_client_socket_wrapper.cc File net/http/http_proxy_client_socket_wrapper.cc (right): https://codereview.chromium.org/2768173002/diff/1/net/http/http_proxy_client_socket_wrapper.cc#newcode511 net/http/http_proxy_client_socket_wrapper.cc:511: base::TimeTicks::Now() ...
3 years, 8 months ago (2017-03-27 16:36:33 UTC) #13
mmenke
https://codereview.chromium.org/2768173002/diff/1/net/http/http_proxy_client_socket_wrapper.cc File net/http/http_proxy_client_socket_wrapper.cc (right): https://codereview.chromium.org/2768173002/diff/1/net/http/http_proxy_client_socket_wrapper.cc#newcode632 net/http/http_proxy_client_socket_wrapper.cc:632: next_state_ == STATE_SSL_CONNECT_COMPLETE) { One other question: What about ...
3 years, 8 months ago (2017-03-27 16:39:11 UTC) #14
tbansal1
https://codereview.chromium.org/2768173002/diff/1/net/http/http_proxy_client_socket_wrapper.cc File net/http/http_proxy_client_socket_wrapper.cc (right): https://codereview.chromium.org/2768173002/diff/1/net/http/http_proxy_client_socket_wrapper.cc#newcode511 net/http/http_proxy_client_socket_wrapper.cc:511: base::TimeTicks::Now() - connect_start_time_); On 2017/03/27 16:36:33, mmenke wrote: > ...
3 years, 8 months ago (2017-03-27 18:29:30 UTC) #17
tbansal1
mmenke: ptal for PS#2. Thanks.
3 years, 8 months ago (2017-03-27 18:29:44 UTC) #18
mmenke
On 2017/03/27 18:29:44, tbansal1 wrote: > mmenke: ptal for PS#2. Thanks. Still LGTM
3 years, 8 months ago (2017-03-27 19:45:36 UTC) #19
tbansal1
rkaplow: ptal at histograms.xml. Thanks.
3 years, 8 months ago (2017-03-27 19:47:49 UTC) #21
rkaplow
lgtm
3 years, 8 months ago (2017-03-28 03:03:47 UTC) #24
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/v2/patch-status/codereview.chromium.org/2768173002/20001
3 years, 8 months ago (2017-03-28 19:57:07 UTC) #30
commit-bot: I haz the power
3 years, 8 months ago (2017-03-28 21:09:22 UTC) #33
Message was sent while issue was closed.
Committed patchset #2 (id:20001) as
https://chromium.googlesource.com/chromium/src/+/4cbf5c1bc96f24e9e660e538cdce...

Powered by Google App Engine
This is Rietveld 408576698