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

Issue 1406983007: Compute and display tasks input timings. (Closed)

Created:
5 years, 2 months ago by scheglov
Modified:
5 years, 2 months ago
Reviewers:
Brian Wilkerson
CC:
reviews_dartlang.org
Base URL:
git@github.com:dart-lang/sdk.git@master
Target Ref:
refs/heads/master
Visibility:
Public.

Description

Compute and display tasks input timings. It's not perfectly useful - it computes just cumulative timings. So, it includes not just time for extracting and gathering inputs, but also actual time to compute them. But it is still useful to compare between runs after changes to tasks inputs, because computing time should be the same, so the difference is this extracting/gathering time. R=brianwilkerson@google.com BUG= Committed: https://github.com/dart-lang/sdk/commit/07acac8b8e87d66e5e89fb7a94596428c98ca212

Patch Set 1 #

Total comments: 1
Unified diffs Side-by-side diffs Delta from patch set Stats (+80 lines, -4 lines) Patch
M pkg/analysis_server/lib/src/status/get_handler.dart View 2 chunks +43 lines, -0 lines 0 comments Download
M pkg/analyzer/lib/src/task/driver.dart View 7 chunks +37 lines, -4 lines 1 comment Download

Messages

Total messages: 3 (0 generated)
scheglov
5 years, 2 months ago (2015-10-23 16:20:59 UTC) #1
Brian Wilkerson
LGTM https://codereview.chromium.org/1406983007/diff/1/pkg/analyzer/lib/src/task/driver.dart File pkg/analyzer/lib/src/task/driver.dart (right): https://codereview.chromium.org/1406983007/diff/1/pkg/analyzer/lib/src/task/driver.dart#newcode618 pkg/analyzer/lib/src/task/driver.dart:618: stopwatch = stopwatchMap[descriptor.name]; The descriptors are long-lived and ...
5 years, 2 months ago (2015-10-23 16:27:11 UTC) #2
scheglov
5 years, 2 months ago (2015-10-23 16:38:28 UTC) #3
Message was sent while issue was closed.
Committed patchset #1 (id:1) manually as
07acac8b8e87d66e5e89fb7a94596428c98ca212 (presubmit successful).

Powered by Google App Engine
This is Rietveld 408576698