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

Issue 2504963004: Record time to first data reduction proxy request (Closed)

Created:
4 years, 1 month ago by tbansal1
Modified:
4 years ago
Reviewers:
Steven Holte, sclittle
CC:
chromium-reviews, tbansal+watch-data-reduction-proxy_chromium.org, asvitkine+watch_chromium.org
Target Ref:
refs/pending/heads/master
Project:
chromium
Visibility:
Public.

Description

Record time to first data reduction proxy request Record the time duration between data saver initialization and the first request whose resolved porxy is a data saver proxy. Also, record the time duration between IP address change event, and the next subsequent request whose resolved proxy is a data saver proxy. CQ_INCLUDE_TRYBOTS=master.tryserver.chromium.android:android_cronet_tester BUG=666134 Committed: https://crrev.com/e7e2d51baadbf0febbe84bfb8e50fe2840d3fbf3 Cr-Commit-Position: refs/heads/master@{#434898}

Patch Set 1 #

Total comments: 8

Patch Set 2 : Addressed sclittle comments, some unrelated cleanup #

Patch Set 3 : Rebased #

Unified diffs Side-by-side diffs Delta from patch set Stats (+190 lines, -20 lines) Patch
M components/data_reduction_proxy/core/browser/data_reduction_proxy_bypass_protocol_unittest.cc View 1 1 chunk +2 lines, -1 line 0 comments Download
M components/data_reduction_proxy/core/browser/data_reduction_proxy_bypass_stats_unittest.cc View 1 1 chunk +2 lines, -1 line 0 comments Download
M components/data_reduction_proxy/core/browser/data_reduction_proxy_config_service_client_unittest.cc View 1 1 chunk +1 line, -1 line 0 comments Download
M components/data_reduction_proxy/core/browser/data_reduction_proxy_delegate.h View 1 2 5 chunks +36 lines, -7 lines 0 comments Download
M components/data_reduction_proxy/core/browser/data_reduction_proxy_delegate.cc View 1 10 chunks +54 lines, -5 lines 0 comments Download
M components/data_reduction_proxy/core/browser/data_reduction_proxy_delegate_unittest.cc View 1 6 chunks +67 lines, -2 lines 0 comments Download
M components/data_reduction_proxy/core/browser/data_reduction_proxy_interceptor_unittest.cc View 1 2 1 chunk +2 lines, -1 line 0 comments Download
M components/data_reduction_proxy/core/browser/data_reduction_proxy_io_data.h View 1 1 chunk +2 lines, -1 line 0 comments Download
M components/data_reduction_proxy/core/browser/data_reduction_proxy_io_data.cc View 1 2 chunks +2 lines, -1 line 0 comments Download
M components/data_reduction_proxy/core/browser/data_reduction_proxy_test_utils.h View 1 2 2 chunks +6 lines, -0 lines 0 comments Download
M components/data_reduction_proxy/core/browser/data_reduction_proxy_test_utils.cc View 1 chunk +4 lines, -0 lines 0 comments Download
M tools/metrics/histograms/histograms.xml View 1 2 1 chunk +12 lines, -0 lines 0 comments Download

Messages

Total messages: 37 (21 generated)
tbansal1
sclittle: ptal. Thanks.
4 years, 1 month ago (2016-11-17 01:21:09 UTC) #2
tbansal1
sclittle: ping. Thanks.
4 years, 1 month ago (2016-11-21 22:19:43 UTC) #3
sclittle
https://codereview.chromium.org/2504963004/diff/1/components/data_reduction_proxy/core/browser/data_reduction_proxy_delegate.cc File components/data_reduction_proxy/core/browser/data_reduction_proxy_delegate.cc (right): https://codereview.chromium.org/2504963004/diff/1/components/data_reduction_proxy/core/browser/data_reduction_proxy_delegate.cc#newcode117 components/data_reduction_proxy/core/browser/data_reduction_proxy_delegate.cc:117: DCHECK(thread_checker_.CalledOnValidThread()); nit: remove this line, you already have a ...
4 years, 1 month ago (2016-11-21 22:47:21 UTC) #4
tbansal1
sclittle: ptal. I have also renamed an existing function. It was not really related to ...
4 years, 1 month ago (2016-11-22 02:24:28 UTC) #7
sclittle
lgtm
4 years, 1 month ago (2016-11-22 21:41:44 UTC) #12
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/2504963004/40001
4 years, 1 month ago (2016-11-22 21:53:36 UTC) #14
commit-bot: I haz the power
Try jobs failed on following builders: chromium_presubmit on master.tryserver.chromium.linux (JOB_FAILED, http://build.chromium.org/p/tryserver.chromium.linux/builders/chromium_presubmit/builds/310893)
4 years, 1 month ago (2016-11-22 22:03:13 UTC) #16
tbansal1
holte: ptal at histograms.xml. Thanks.
4 years, 1 month ago (2016-11-22 22:09:04 UTC) #18
tbansal1
holte: ping. Thanks.
4 years ago (2016-11-28 20:55:25 UTC) #19
Steven Holte
lgtm
4 years ago (2016-11-29 00:14:33 UTC) #20
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/2504963004/40001
4 years ago (2016-11-29 00:17:11 UTC) #22
commit-bot: I haz the power
Failed to apply patch for components/data_reduction_proxy/core/browser/data_reduction_proxy_delegate.h: While running git apply --index -p1; error: patch failed: ...
4 years ago (2016-11-29 02:25:09 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/2504963004/60001
4 years ago (2016-11-29 04:52:43 UTC) #31
commit-bot: I haz the power
Committed patchset #3 (id:60001)
4 years ago (2016-11-29 04:56:56 UTC) #34
commit-bot: I haz the power
Patchset 3 (id:??) landed as https://crrev.com/e7e2d51baadbf0febbe84bfb8e50fe2840d3fbf3 Cr-Commit-Position: refs/heads/master@{#434898}
4 years ago (2016-11-29 04:59:40 UTC) #36
pauljensen
4 years ago (2016-12-01 11:57:58 UTC) #37
Message was sent while issue was closed.
Tarun, I think this broke Cronet:
https://build.chromium.org/p/chromium.android/builders/Android%20Cronet%20Dat...
BTW that bot is kinda stuck:
https://bugs.chromium.org/p/chromium/issues/detail?id=669037

Powered by Google App Engine
This is Rietveld 408576698