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

Issue 368463002: Automatically log how long each transform runs. (Closed)

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

Description

Automatically log how long each transform runs. These logs are fine, so they won't appear unless the user runs pub in verbose mode. They also won't appear for transformers that take less than a second to run. R=rnystrom@google.com BUG=16946 Committed: https://code.google.com/p/dart/source/detail?r=37912

Patch Set 1 #

Total comments: 8

Patch Set 2 : code review #

Unified diffs Side-by-side diffs Delta from patch set Stats (+52 lines, -1 line) Patch
M pkg/barback/CHANGELOG.md View 1 chunk +4 lines, -0 lines 0 comments Download
M pkg/barback/lib/src/graph/transform_node.dart View 1 5 chunks +38 lines, -0 lines 0 comments Download
M pkg/barback/lib/src/utils.dart View 1 chunk +9 lines, -0 lines 0 comments Download
M pkg/barback/pubspec.yaml View 1 chunk +1 line, -1 line 0 comments Download

Messages

Total messages: 4 (0 generated)
nweiz
6 years, 5 months ago (2014-07-01 00:46:43 UTC) #1
Bob Nystrom
Couple of suggestions but LGTM! https://codereview.chromium.org/368463002/diff/1/pkg/barback/lib/src/graph/transform_node.dart File pkg/barback/lib/src/graph/transform_node.dart (right): https://codereview.chromium.org/368463002/diff/1/pkg/barback/lib/src/graph/transform_node.dart#newcode581 pkg/barback/lib/src/graph/transform_node.dart:581: if (_pendingSecondaryInputs != 0) ...
6 years, 5 months ago (2014-07-01 17:08:36 UTC) #2
nweiz
https://codereview.chromium.org/368463002/diff/1/pkg/barback/lib/src/graph/transform_node.dart File pkg/barback/lib/src/graph/transform_node.dart (right): https://codereview.chromium.org/368463002/diff/1/pkg/barback/lib/src/graph/transform_node.dart#newcode581 pkg/barback/lib/src/graph/transform_node.dart:581: if (_pendingSecondaryInputs != 0) return; On 2014/07/01 17:08:35, Bob ...
6 years, 5 months ago (2014-07-01 21:57:09 UTC) #3
nweiz
6 years, 5 months ago (2014-07-01 21:57:53 UTC) #4
Message was sent while issue was closed.
Committed patchset #2 manually as r37912 (presubmit successful).

Powered by Google App Engine
This is Rietveld 408576698