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

Issue 2548613003: [HttpJob] Record bytes read for requests (Closed)

Created:
4 years ago by jkarlin
Modified:
4 years ago
Reviewers:
rkaplow, mmenke
CC:
chromium-reviews, cbentzel+watch_chromium.org, asvitkine+watch_chromium.org
Target Ref:
refs/pending/heads/master
Project:
chromium
Visibility:
Public.

Description

[HttpJob] Record bytes read for requests This lets us see what request sizes look like over time and the percentage of bytes that come from the cache as opposed to the network. BUG=669080 Committed: https://crrev.com/ded0021b702cda78f59fb92826f2ae51040e3d44 Cr-Commit-Position: refs/heads/master@{#436302}

Patch Set 1 #

Total comments: 2

Patch Set 2 : Address comments from PS1 #

Total comments: 2
Unified diffs Side-by-side diffs Delta from patch set Stats (+27 lines, -4 lines) Patch
M net/url_request/url_request_http_job.cc View 1 2 chunks +13 lines, -4 lines 0 comments Download
M tools/metrics/histograms/histograms.xml View 2 chunks +14 lines, -0 lines 2 comments Download

Depends on Patchset:

Messages

Total messages: 20 (12 generated)
jkarlin
mmenke@ PTAL, thanks!
4 years ago (2016-12-02 14:49:57 UTC) #2
mmenke
LGTM https://codereview.chromium.org/2548613003/diff/1/net/url_request/url_request_http_job.cc File net/url_request/url_request_http_job.cc (right): https://codereview.chromium.org/2548613003/diff/1/net/url_request/url_request_http_job.cc#newcode1508 net/url_request/url_request_http_job.cc:1508: if (request_->was_cached()) { Can we just grab this ...
4 years ago (2016-12-02 14:58:49 UTC) #5
jkarlin
Thanks mmenke, PTAL. rkaplow@ PTAL at histograms.xml, thanks! https://codereview.chromium.org/2548613003/diff/1/net/url_request/url_request_http_job.cc File net/url_request/url_request_http_job.cc (right): https://codereview.chromium.org/2548613003/diff/1/net/url_request/url_request_http_job.cc#newcode1508 net/url_request/url_request_http_job.cc:1508: if ...
4 years ago (2016-12-02 15:06:23 UTC) #9
rkaplow
lgtm https://codereview.chromium.org/2548613003/diff/20001/tools/metrics/histograms/histograms.xml File tools/metrics/histograms/histograms.xml (right): https://codereview.chromium.org/2548613003/diff/20001/tools/metrics/histograms/histograms.xml#newcode31251 tools/metrics/histograms/histograms.xml:31251: +<histogram name="Net.HttpJob.PrefilterBytesRead" units="bytes"> does this need to be ...
4 years ago (2016-12-02 20:30:31 UTC) #12
jkarlin
https://codereview.chromium.org/2548613003/diff/20001/tools/metrics/histograms/histograms.xml File tools/metrics/histograms/histograms.xml (right): https://codereview.chromium.org/2548613003/diff/20001/tools/metrics/histograms/histograms.xml#newcode31251 tools/metrics/histograms/histograms.xml:31251: +<histogram name="Net.HttpJob.PrefilterBytesRead" units="bytes"> On 2016/12/02 20:30:31, rkaplow wrote: > ...
4 years ago (2016-12-05 15:00:25 UTC) #13
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/2548613003/20001
4 years ago (2016-12-05 15:02:28 UTC) #16
commit-bot: I haz the power
Committed patchset #2 (id:20001)
4 years ago (2016-12-05 16:01:37 UTC) #18
commit-bot: I haz the power
4 years ago (2016-12-05 16:03:19 UTC) #20
Message was sent while issue was closed.
Patchset 2 (id:??) landed as
https://crrev.com/ded0021b702cda78f59fb92826f2ae51040e3d44
Cr-Commit-Position: refs/heads/master@{#436302}

Powered by Google App Engine
This is Rietveld 408576698