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

Issue 2885793004: Parallelizable download metrics. (Closed)

Created:
3 years, 7 months ago by xingliu
Modified:
3 years, 7 months ago
CC:
chromium-reviews, jam, David Trainor- moved to gerrit, darin-cc_chromium.org, asvitkine+watch_chromium.org
Target Ref:
refs/heads/master
Project:
chromium
Visibility:
Public.

Description

Parallelizable download metrics. Add average bandwidth, download time, and file size metrics for parallelizable downloads. Also add some suffixes to categorize these 3 metrics with file size. BUG=723139 Review-Url: https://codereview.chromium.org/2885793004 Cr-Commit-Position: refs/heads/master@{#473033} Committed: https://chromium.googlesource.com/chromium/src/+/5697152d0632f1924b5150132ea5d4d1ebb59752

Patch Set 1 #

Total comments: 6

Patch Set 2 : Work on feedback. #

Total comments: 5

Patch Set 3 : Work on feedbacks. #

Patch Set 4 : Forgot to polish a comment in xml. #

Patch Set 5 : Some change according to meeting. #

Unified diffs Side-by-side diffs Delta from patch set Stats (+81 lines, -0 lines) Patch
M content/browser/download/download_stats.h View 1 2 3 4 1 chunk +6 lines, -0 lines 0 comments Download
M content/browser/download/download_stats.cc View 1 2 3 4 3 chunks +25 lines, -0 lines 0 comments Download
A content/browser/download/download_stats_unittest.cc View 1 2 3 4 1 chunk +39 lines, -0 lines 0 comments Download
M content/test/BUILD.gn View 1 chunk +1 line, -0 lines 0 comments Download
M tools/metrics/histograms/histograms.xml View 1 2 3 4 1 chunk +10 lines, -0 lines 0 comments Download

Messages

Total messages: 29 (18 generated)
xingliu
Hi, PTAL for general review, we're still discussing our approach.
3 years, 7 months ago (2017-05-17 00:32:24 UTC) #2
David Trainor- moved to gerrit
lgtm % nits https://codereview.chromium.org/2885793004/diff/1/content/browser/download/download_stats.cc File content/browser/download/download_stats.cc (right): https://codereview.chromium.org/2885793004/diff/1/content/browser/download/download_stats.cc#newcode898 content/browser/download/download_stats.cc:898: for (size_t n = arraysize(kParallelizableBucketKb); i ...
3 years, 7 months ago (2017-05-17 17:23:54 UTC) #3
xingliu
Thanks for the review, +isherman@ for histogram review, we're trying to associate some metrics with ...
3 years, 7 months ago (2017-05-17 18:04:12 UTC) #6
Ilya Sherman
https://codereview.chromium.org/2885793004/diff/20001/content/browser/download/download_stats.cc File content/browser/download/download_stats.cc (right): https://codereview.chromium.org/2885793004/diff/20001/content/browser/download/download_stats.cc#newcode894 content/browser/download/download_stats.cc:894: 256); It looks like you are recording a histogram ...
3 years, 7 months ago (2017-05-17 19:13:07 UTC) #8
qinmin
lgtm % ishermans's comments https://codereview.chromium.org/2885793004/diff/20001/content/browser/download/download_stats.cc File content/browser/download/download_stats.cc (right): https://codereview.chromium.org/2885793004/diff/20001/content/browser/download/download_stats.cc#newcode891 content/browser/download/download_stats.cc:891: int64_t max = 1024 * ...
3 years, 7 months ago (2017-05-17 19:43:26 UTC) #9
xingliu
Thanks for the review. PTAL. https://codereview.chromium.org/2885793004/diff/20001/content/browser/download/download_stats.cc File content/browser/download/download_stats.cc (right): https://codereview.chromium.org/2885793004/diff/20001/content/browser/download/download_stats.cc#newcode891 content/browser/download/download_stats.cc:891: int64_t max = 1024 ...
3 years, 7 months ago (2017-05-17 21:20:18 UTC) #12
Ilya Sherman
Metrics LGTM, thanks.
3 years, 7 months ago (2017-05-17 21:28:05 UTC) #13
xingliu
Thanks for all the review. According to the discussion in today's parallel download meeting, suffixes ...
3 years, 7 months ago (2017-05-18 20:52:14 UTC) #20
Ilya Sherman
Ceteris paribus, I'm all for recording fewer histograms, so still LGTM =)
3 years, 7 months ago (2017-05-18 21:45:01 UTC) #21
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/2885793004/80001
3 years, 7 months ago (2017-05-18 23:56:28 UTC) #26
commit-bot: I haz the power
3 years, 7 months ago (2017-05-19 02:16:55 UTC) #29
Message was sent while issue was closed.
Committed patchset #5 (id:80001) as
https://chromium.googlesource.com/chromium/src/+/5697152d0632f1924b5150132ea5...

Powered by Google App Engine
This is Rietveld 408576698