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

Issue 782903002: Breakdown ClientLoadedTime histograms into buckets based on number of clients. Fix RequestTimeThrot… (Closed)

Created:
6 years ago by aiolos (Not reviewing)
Modified:
5 years, 11 months ago
Reviewers:
Ilya Sherman, mmenke
CC:
chromium-reviews, darin-cc_chromium.org, jam, asvitkine+watch_chromium.org
Base URL:
https://chromium.googlesource.com/chromium/src.git@master
Target Ref:
refs/pending/heads/master
Project:
chromium
Visibility:
Public.

Description

Breakdown ClientLoadedTime histograms into buckets based on number of clients. Fix RequestTimeThrottled histogram. BUG=424387 The current RequestThrottlingAndCoalescing finch trial data makes me want a break down for the number of tabs we're loading. Keeping the totals for each type of Clients, and adding in new histograms for a few interesting buckets (instead of breaking it down for each number of tabs like the SessionRestore histograms do.) Committed: https://crrev.com/cafcab99f5ea6ebfb029c7f8a8da8f98cfe48ab1 Cr-Commit-Position: refs/heads/master@{#310432}

Patch Set 1 #

Total comments: 14

Patch Set 2 : Comments addressed. #

Total comments: 9

Patch Set 3 : Matt nits. #

Patch Set 4 : Rebase #

Unified diffs Side-by-side diffs Delta from patch set Stats (+62 lines, -19 lines) Patch
M content/browser/loader/resource_scheduler.cc View 1 2 4 chunks +42 lines, -16 lines 0 comments Download
M tools/metrics/histograms/histograms.xml View 4 chunks +20 lines, -3 lines 0 comments Download

Messages

Total messages: 19 (4 generated)
aiolos (Not reviewing)
6 years ago (2014-12-06 00:29:43 UTC) #1
aiolos (Not reviewing)
6 years ago (2014-12-09 00:57:45 UTC) #3
Ilya Sherman
LGTM % comments. https://codereview.chromium.org/782903002/diff/1/content/browser/loader/resource_scheduler.cc File content/browser/loader/resource_scheduler.cc (right): https://codereview.chromium.org/782903002/diff/1/content/browser/loader/resource_scheduler.cc#newcode31 content/browser/loader/resource_scheduler.cc:31: std::string suffix, nit: Why not const-ref? ...
6 years ago (2014-12-09 02:59:36 UTC) #4
mmenke
https://codereview.chromium.org/782903002/diff/1/content/browser/loader/resource_scheduler.cc File content/browser/loader/resource_scheduler.cc (right): https://codereview.chromium.org/782903002/diff/1/content/browser/loader/resource_scheduler.cc#newcode370 content/browser/loader/resource_scheduler.cc:370: std::string num_clients = scheduler_->GetNumClientsString(); Per suggestion below, can make ...
6 years ago (2014-12-09 15:53:28 UTC) #5
aiolos (Not reviewing)
Sorry about the delay. https://codereview.chromium.org/782903002/diff/1/content/browser/loader/resource_scheduler.cc File content/browser/loader/resource_scheduler.cc (right): https://codereview.chromium.org/782903002/diff/1/content/browser/loader/resource_scheduler.cc#newcode31 content/browser/loader/resource_scheduler.cc:31: std::string suffix, On 2014/12/09 02:59:36, ...
5 years, 11 months ago (2015-01-05 23:37:59 UTC) #6
Ilya Sherman
(Still LGTM) https://codereview.chromium.org/782903002/diff/20001/content/browser/loader/resource_scheduler.cc File content/browser/loader/resource_scheduler.cc (right): https://codereview.chromium.org/782903002/diff/20001/content/browser/loader/resource_scheduler.cc#newcode37 content/browser/loader/resource_scheduler.cc:37: const char* histogram_suffix, I meant, why not ...
5 years, 11 months ago (2015-01-06 02:19:14 UTC) #7
mmenke
LGTM https://codereview.chromium.org/782903002/diff/20001/content/browser/loader/resource_scheduler.cc File content/browser/loader/resource_scheduler.cc (right): https://codereview.chromium.org/782903002/diff/20001/content/browser/loader/resource_scheduler.cc#newcode31 content/browser/loader/resource_scheduler.cc:31: // If histogram_suffix is NULL or the empty ...
5 years, 11 months ago (2015-01-06 19:30:03 UTC) #8
aiolos (Not reviewing)
https://codereview.chromium.org/782903002/diff/20001/content/browser/loader/resource_scheduler.cc File content/browser/loader/resource_scheduler.cc (right): https://codereview.chromium.org/782903002/diff/20001/content/browser/loader/resource_scheduler.cc#newcode31 content/browser/loader/resource_scheduler.cc:31: // If histogram_suffix is NULL or the empty string: ...
5 years, 11 months ago (2015-01-07 22:28:16 UTC) #9
mmenke
https://codereview.chromium.org/782903002/diff/20001/content/browser/loader/resource_scheduler.cc File content/browser/loader/resource_scheduler.cc (right): https://codereview.chromium.org/782903002/diff/20001/content/browser/loader/resource_scheduler.cc#newcode37 content/browser/loader/resource_scheduler.cc:37: const char* histogram_suffix, On 2015/01/07 22:28:15, aiolos wrote: > ...
5 years, 11 months ago (2015-01-07 22:32:43 UTC) #10
aiolos (Not reviewing)
On 2015/01/07 22:32:43, mmenke wrote: > https://codereview.chromium.org/782903002/diff/20001/content/browser/loader/resource_scheduler.cc > File content/browser/loader/resource_scheduler.cc (right): > > https://codereview.chromium.org/782903002/diff/20001/content/browser/loader/resource_scheduler.cc#newcode37 > ...
5 years, 11 months ago (2015-01-07 22:33:40 UTC) #11
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/782903002/40001
5 years, 11 months ago (2015-01-07 22:35:19 UTC) #13
commit-bot: I haz the power
Try jobs failed on following builders: win_gpu on tryserver.chromium.gpu (http://build.chromium.org/p/tryserver.chromium.gpu/builders/win_gpu/builds/107438) android_aosp on tryserver.chromium.linux (http://build.chromium.org/p/tryserver.chromium.linux/builders/android_aosp/builds/46562) android_arm64_dbg_recipe ...
5 years, 11 months ago (2015-01-07 22:39:13 UTC) #15
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/782903002/60001
5 years, 11 months ago (2015-01-08 00:00:35 UTC) #17
commit-bot: I haz the power
Committed patchset #4 (id:60001)
5 years, 11 months ago (2015-01-08 01:36:32 UTC) #18
commit-bot: I haz the power
5 years, 11 months ago (2015-01-08 01:37:57 UTC) #19
Message was sent while issue was closed.
Patchset 4 (id:??) landed as
https://crrev.com/cafcab99f5ea6ebfb029c7f8a8da8f98cfe48ab1
Cr-Commit-Position: refs/heads/master@{#310432}

Powered by Google App Engine
This is Rietveld 408576698