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

Issue 2873223002: Record resource scheduler UMA (Closed)

Created:
3 years, 7 months ago by tbansal1
Modified:
3 years, 6 months ago
CC:
chromium-reviews, jam, darin-cc_chromium.org, asvitkine+watch_chromium.org, loading-reviews_chromium.org, mmenke
Target Ref:
refs/heads/master
Project:
chromium
Visibility:
Public.

Description

Record resource scheduler UMA Record UMA on how many requests are in-flight. UMA is recorded only when the set of in-flight requests changes. Also, record UMA on highest number of delayable requests in-flight when a delayable or layout blocking request is in flight. This UMA is recorded per-request (on select requests). BUG=720783 Review-Url: https://codereview.chromium.org/2873223002 Cr-Commit-Position: refs/heads/master@{#477447} Committed: https://chromium.googlesource.com/chromium/src/+/29fc63386af102f88a5373b8b83ee94ac6b4ec45

Patch Set 1 : ps #

Patch Set 2 : ps #

Total comments: 10

Patch Set 3 : rm some histograms #

Total comments: 2

Patch Set 4 : rdsmith comment #

Unified diffs Side-by-side diffs Delta from patch set Stats (+122 lines, -7 lines) Patch
M content/browser/loader/resource_scheduler.cc View 1 2 5 chunks +50 lines, -0 lines 0 comments Download
M content/browser/loader/resource_scheduler_unittest.cc View 1 2 3 chunks +32 lines, -7 lines 0 comments Download
M tools/metrics/histograms/histograms.xml View 1 2 3 2 chunks +40 lines, -0 lines 0 comments Download

Messages

Total messages: 55 (38 generated)
tbansal1
rdsmith: ptal. Thanks.
3 years, 7 months ago (2017-05-10 21:09:41 UTC) #15
tbansal1
rdsmith: PTAnL. Thanks.
3 years, 7 months ago (2017-05-18 21:18:21 UTC) #24
Randy Smith (Not in Mondays)
https://codereview.chromium.org/2873223002/diff/100001/content/browser/loader/resource_scheduler.cc File content/browser/loader/resource_scheduler.cc (right): https://codereview.chromium.org/2873223002/diff/100001/content/browser/loader/resource_scheduler.cc#newcode349 content/browser/loader/resource_scheduler.cc:349: // in-flight. I think the comment's out of date? ...
3 years, 7 months ago (2017-05-21 21:43:56 UTC) #25
tbansal1
rdsmith, thanks for the comments. ptal. https://codereview.chromium.org/2873223002/diff/100001/content/browser/loader/resource_scheduler.cc File content/browser/loader/resource_scheduler.cc (right): https://codereview.chromium.org/2873223002/diff/100001/content/browser/loader/resource_scheduler.cc#newcode349 content/browser/loader/resource_scheduler.cc:349: // in-flight. On ...
3 years, 6 months ago (2017-05-25 01:07:47 UTC) #26
Randy Smith (Not in Mondays)
https://codereview.chromium.org/2873223002/diff/100001/content/browser/loader/resource_scheduler.cc File content/browser/loader/resource_scheduler.cc (right): https://codereview.chromium.org/2873223002/diff/100001/content/browser/loader/resource_scheduler.cc#newcode528 content/browser/loader/resource_scheduler.cc:528: non_delayable_in_flight_count); On 2017/05/25 01:07:46, tbansal1 wrote: > On 2017/05/21 ...
3 years, 6 months ago (2017-05-25 17:40:12 UTC) #27
tbansal1
rdsmith: ptal. Thanks for the comments. I have rm'ed some of the histograms. Hopefully, this ...
3 years, 6 months ago (2017-05-31 06:31:21 UTC) #34
tbansal1
rdsmith: gentle ping. Thanks.
3 years, 6 months ago (2017-06-06 17:27:56 UTC) #37
Randy Smith (Not in Mondays)
On 2017/06/06 17:27:56, tbansal1 wrote: > rdsmith: gentle ping. Thanks. Sorry, CAM innovation week + ...
3 years, 6 months ago (2017-06-06 17:30:21 UTC) #38
Randy Smith (Not in Mondays)
LGTM modulo comment change in histograms.xml. https://codereview.chromium.org/2873223002/diff/200001/tools/metrics/histograms/histograms.xml File tools/metrics/histograms/histograms.xml (right): https://codereview.chromium.org/2873223002/diff/200001/tools/metrics/histograms/histograms.xml#newcode61123 tools/metrics/histograms/histograms.xml:61123: + in-flight requests ...
3 years, 6 months ago (2017-06-06 17:41:44 UTC) #39
tbansal1
rkaplow: ptal at histograms.xml. Thanks. https://codereview.chromium.org/2873223002/diff/200001/tools/metrics/histograms/histograms.xml File tools/metrics/histograms/histograms.xml (right): https://codereview.chromium.org/2873223002/diff/200001/tools/metrics/histograms/histograms.xml#newcode61123 tools/metrics/histograms/histograms.xml:61123: + in-flight requests is ...
3 years, 6 months ago (2017-06-06 20:40:06 UTC) #41
rkaplow
lgtm
3 years, 6 months ago (2017-06-06 21:36:32 UTC) #44
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/2873223002/220001
3 years, 6 months ago (2017-06-06 22:06:26 UTC) #48
commit-bot: I haz the power
Committed patchset #4 (id:220001) as https://chromium.googlesource.com/chromium/src/+/29fc63386af102f88a5373b8b83ee94ac6b4ec45
3 years, 6 months ago (2017-06-06 22:50:41 UTC) #51
falken
On 2017/06/06 22:50:41, commit-bot: I haz the power wrote: > Committed patchset #4 (id:220001) as ...
3 years, 6 months ago (2017-06-07 02:19:39 UTC) #52
falken
Ah, pretty_print.py isn't a presubmit. But pretty_print.py fails now.
3 years, 6 months ago (2017-06-07 02:29:53 UTC) #53
tbansal1
On 2017/06/07 02:29:53, falken wrote: > Ah, pretty_print.py isn't a presubmit. But pretty_print.py fails now. ...
3 years, 6 months ago (2017-06-07 16:17:10 UTC) #54
Timothy Loh
3 years, 6 months ago (2017-06-09 05:59:15 UTC) #55
Message was sent while issue was closed.
On 2017/06/07 16:17:10, tbansal1 wrote:
> On 2017/06/07 02:29:53, falken wrote:
> > Ah, pretty_print.py isn't a presubmit. But pretty_print.py fails now.
> 
> https://codereview.chromium.org/2927773002/ fixed the pretty_print.py.
> Please let me know if it is still broken. falken, thanks for reporting
> this.

Looks fixed now.

Powered by Google App Engine
This is Rietveld 408576698