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

Issue 311003002: Add instrumentation for tracking how long it takes barback to start. (Closed)

Created:
6 years, 6 months ago by nweiz
Modified:
6 years, 6 months ago
Reviewers:
Bob Nystrom
CC:
reviews_dartlang.org
Visibility:
Public.

Description

Add instrumentation for tracking how long it takes barback to start. This also stops logging every successful request in BarbackServer, since those logs rarely provide value and produce a huge amount of clutter. R=rnystrom@google.com Committed: https://code.google.com/p/dart/source/detail?r=37152

Patch Set 1 #

Patch Set 2 : code review #

Total comments: 16

Patch Set 3 : code review #

Patch Set 4 : code review #

Unified diffs Side-by-side diffs Delta from patch set Stats (+153 lines, -131 lines) Patch
M sdk/lib/_internal/pub/lib/src/barback/asset_environment.dart View 1 1 chunk +82 lines, -80 lines 0 comments Download
M sdk/lib/_internal/pub/lib/src/barback/barback_server.dart View 1 chunk +0 lines, -2 lines 0 comments Download
M sdk/lib/_internal/pub/lib/src/log.dart View 1 2 3 3 chunks +26 lines, -20 lines 0 comments Download
M sdk/lib/_internal/pub/lib/src/progress.dart View 1 2 3 1 chunk +45 lines, -29 lines 0 comments Download

Messages

Total messages: 13 (0 generated)
nweiz
6 years, 6 months ago (2014-06-04 00:23:05 UTC) #1
Bob Nystrom
Instead of doing this one-off in a few places, how about we add support to ...
6 years, 6 months ago (2014-06-04 16:44:41 UTC) #2
nweiz
On 2014/06/04 16:44:41, Bob Nystrom wrote: > Instead of doing this one-off in a few ...
6 years, 6 months ago (2014-06-04 21:15:48 UTC) #3
Bob Nystrom
On 2014/06/04 21:15:48, nweiz wrote: > On 2014/06/04 16:44:41, Bob Nystrom wrote: > > Instead ...
6 years, 6 months ago (2014-06-04 23:59:31 UTC) #4
nweiz
On 2014/06/04 23:59:31, Bob Nystrom wrote: > On 2014/06/04 21:15:48, nweiz wrote: > > On ...
6 years, 6 months ago (2014-06-05 00:42:19 UTC) #5
Bob Nystrom
On 2014/06/05 00:42:19, nweiz wrote: > On 2014/06/04 23:59:31, Bob Nystrom wrote: > > On ...
6 years, 6 months ago (2014-06-05 16:20:19 UTC) #6
nweiz
PTAL I folded the duration-printing logic into Progress. This has the side benefit of making ...
6 years, 6 months ago (2014-06-05 20:07:35 UTC) #7
Bob Nystrom
https://codereview.chromium.org/311003002/diff/20001/sdk/lib/_internal/pub/lib/src/log.dart File sdk/lib/_internal/pub/lib/src/log.dart (right): https://codereview.chromium.org/311003002/diff/20001/sdk/lib/_internal/pub/lib/src/log.dart#newcode227 sdk/lib/_internal/pub/lib/src/log.dart:227: /// If anything else is logged during this (include ...
6 years, 6 months ago (2014-06-05 20:18:17 UTC) #8
nweiz
https://codereview.chromium.org/311003002/diff/20001/sdk/lib/_internal/pub/lib/src/log.dart File sdk/lib/_internal/pub/lib/src/log.dart (right): https://codereview.chromium.org/311003002/diff/20001/sdk/lib/_internal/pub/lib/src/log.dart#newcode227 sdk/lib/_internal/pub/lib/src/log.dart:227: /// If anything else is logged during this (include ...
6 years, 6 months ago (2014-06-05 21:58:19 UTC) #9
Bob Nystrom
https://codereview.chromium.org/311003002/diff/20001/sdk/lib/_internal/pub/lib/src/progress.dart File sdk/lib/_internal/pub/lib/src/progress.dart (right): https://codereview.chromium.org/311003002/diff/20001/sdk/lib/_internal/pub/lib/src/progress.dart#newcode73 sdk/lib/_internal/pub/lib/src/progress.dart:73: stdout.writeln("\r$_message..."); On 2014/06/05 21:58:19, nweiz wrote: > On 2014/06/05 ...
6 years, 6 months ago (2014-06-06 20:18:53 UTC) #10
nweiz
https://codereview.chromium.org/311003002/diff/20001/sdk/lib/_internal/pub/lib/src/progress.dart File sdk/lib/_internal/pub/lib/src/progress.dart (right): https://codereview.chromium.org/311003002/diff/20001/sdk/lib/_internal/pub/lib/src/progress.dart#newcode73 sdk/lib/_internal/pub/lib/src/progress.dart:73: stdout.writeln("\r$_message..."); On 2014/06/06 20:18:53, Bob Nystrom wrote: > On ...
6 years, 6 months ago (2014-06-09 19:55:34 UTC) #11
Bob Nystrom
lgtm
6 years, 6 months ago (2014-06-09 20:25:45 UTC) #12
nweiz
6 years, 6 months ago (2014-06-10 00:44:29 UTC) #13
Message was sent while issue was closed.
Committed patchset #4 manually as r37152 (presubmit successful).

Powered by Google App Engine
This is Rietveld 408576698