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

Issue 189963002: QUIC - histograms to measure the time spent to read QUIC sever (Closed)

Created:
6 years, 9 months ago by ramant (doing other things)
Modified:
6 years, 9 months ago
Reviewers:
wtc, Ryan Hamilton
CC:
chromium-reviews, cbentzel+watch_chromium.org, wtc, jar (doing other things)
Visibility:
Public.

Description

QUIC - histograms to measure the time spent to read QUIC sever information from disk cache. R=rch@chromium.org Committed: https://src.chromium.org/viewvc/chrome?view=rev&revision=255887

Patch Set 1 #

Total comments: 7

Patch Set 2 : fixed rch's comments #

Patch Set 3 : update UMA data #

Total comments: 2

Patch Set 4 : added TODO to use host:port to access QUIC server information #

Total comments: 2
Unified diffs Side-by-side diffs Delta from patch set Stats (+16 lines, -4 lines) Patch
M net/quic/quic_crypto_client_stream.h View 1 2 chunks +5 lines, -0 lines 2 comments Download
M net/quic/quic_crypto_client_stream.cc View 1 2 3 3 chunks +11 lines, -4 lines 0 comments Download

Messages

Total messages: 21 (0 generated)
ramant (doing other things)
6 years, 9 months ago (2014-03-07 04:10:14 UTC) #1
Ryan Hamilton
Thanks for doing this!! https://codereview.chromium.org/189963002/diff/1/net/quic/quic_crypto_client_stream.cc File net/quic/quic_crypto_client_stream.cc (right): https://codereview.chromium.org/189963002/diff/1/net/quic/quic_crypto_client_stream.cc#newcode427 net/quic/quic_crypto_client_stream.cc:427: quic_server_info->set_read_start_time(base::TimeTicks::Now()); I would have expected ...
6 years, 9 months ago (2014-03-07 04:41:04 UTC) #2
ramant (doing other things)
Hi Ryan, Many many thanks for your comments. Would like to go over the code ...
6 years, 9 months ago (2014-03-07 06:09:28 UTC) #3
ramant (doing other things)
Hi Ryan, Made the changes you have suggested. PTAL. thanks for your comments, raman https://codereview.chromium.org/189963002/diff/1/net/quic/quic_crypto_client_stream.cc ...
6 years, 9 months ago (2014-03-07 16:23:57 UTC) #4
ramant (doing other things)
Hi Ryan, Would appreciate if you could take another look at this change. thanks raman ...
6 years, 9 months ago (2014-03-07 21:57:15 UTC) #5
Ryan Hamilton
lgtm https://codereview.chromium.org/189963002/diff/40001/net/quic/quic_crypto_client_stream.cc File net/quic/quic_crypto_client_stream.cc (right): https://codereview.chromium.org/189963002/diff/40001/net/quic/quic_crypto_client_stream.cc#newcode430 net/quic/quic_crypto_client_stream.cc:430: // TODO(rtenneti): If multiple tabs load URLs with ...
6 years, 9 months ago (2014-03-07 22:24:43 UTC) #6
ramant (doing other things)
https://codereview.chromium.org/189963002/diff/40001/net/quic/quic_crypto_client_stream.cc File net/quic/quic_crypto_client_stream.cc (right): https://codereview.chromium.org/189963002/diff/40001/net/quic/quic_crypto_client_stream.cc#newcode430 net/quic/quic_crypto_client_stream.cc:430: // TODO(rtenneti): If multiple tabs load URLs with same ...
6 years, 9 months ago (2014-03-07 22:34:01 UTC) #7
ramant (doing other things)
The CQ bit was checked by rtenneti@chromium.org
6 years, 9 months ago (2014-03-07 22:34:05 UTC) #8
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/rtenneti@chromium.org/189963002/10003
6 years, 9 months ago (2014-03-07 22:37:21 UTC) #9
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/rtenneti@chromium.org/189963002/10003
6 years, 9 months ago (2014-03-08 11:07:56 UTC) #10
commit-bot: I haz the power
The CQ bit was unchecked by commit-bot@chromium.org
6 years, 9 months ago (2014-03-08 13:49:59 UTC) #11
commit-bot: I haz the power
Retried try job too often on mac_rel for step(s) telemetry_perf_unittests http://build.chromium.org/p/tryserver.chromium/buildstatus?builder=mac_rel&number=234318
6 years, 9 months ago (2014-03-08 13:50:00 UTC) #12
ramant (doing other things)
The CQ bit was checked by rtenneti@chromium.org
6 years, 9 months ago (2014-03-08 14:33:17 UTC) #13
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/rtenneti@chromium.org/189963002/10003
6 years, 9 months ago (2014-03-08 14:35:48 UTC) #14
commit-bot: I haz the power
The CQ bit was unchecked by commit-bot@chromium.org
6 years, 9 months ago (2014-03-08 15:32:12 UTC) #15
commit-bot: I haz the power
Retried try job too often on mac_rel for step(s) telemetry_perf_unittests http://build.chromium.org/p/tryserver.chromium/buildstatus?builder=mac_rel&number=234411
6 years, 9 months ago (2014-03-08 15:32:13 UTC) #16
ramant (doing other things)
The CQ bit was checked by rtenneti@chromium.org
6 years, 9 months ago (2014-03-09 22:10:46 UTC) #17
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/rtenneti@chromium.org/189963002/10003
6 years, 9 months ago (2014-03-09 22:10:50 UTC) #18
commit-bot: I haz the power
Change committed as 255887
6 years, 9 months ago (2014-03-10 06:37:05 UTC) #19
wtc
Patch set 4 LGTM. Just a suggestion for renaming the member "read_start_time_". Thanks. https://codereview.chromium.org/189963002/diff/10003/net/quic/quic_crypto_client_stream.h File ...
6 years, 9 months ago (2014-03-10 17:29:27 UTC) #20
ramant (doing other things)
6 years, 9 months ago (2014-03-10 20:42:19 UTC) #21
Message was sent while issue was closed.
https://codereview.chromium.org/189963002/diff/10003/net/quic/quic_crypto_cli...
File net/quic/quic_crypto_client_stream.h (right):

https://codereview.chromium.org/189963002/diff/10003/net/quic/quic_crypto_cli...
net/quic/quic_crypto_client_stream.h:141: base::TimeTicks read_start_time_;
On 2014/03/10 17:29:28, wtc wrote:
> 
> Nit: this variable is poorly named because "read" can also mean "reading from
> the network".
> 
> I suggest renaming it "disk_cache_load_start_time_" (see
> "disk_cache_load_result_" above) or "disk_cache_read_start_time_".

Renamed the variable in https://codereview.chromium.org/192583005/

Thanks Wan-Teh.
Done.

Powered by Google App Engine
This is Rietveld 408576698