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

Issue 1622713002: Add a count of total lines to status performance page (Closed)

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

Description

Patch Set 1 #

Patch Set 2 : Fixed bug #

Unified diffs Side-by-side diffs Delta from patch set Stats (+71 lines, -11 lines) Patch
M pkg/analysis_server/lib/src/status/get_handler.dart View 1 4 chunks +60 lines, -0 lines 0 comments Download
M pkg/analyzer/lib/src/generated/source.dart View 3 chunks +11 lines, -11 lines 0 comments Download

Messages

Total messages: 10 (3 generated)
Brian Wilkerson
It's amazingly slow to count the lines. I'm wondering whether I should use `getLineCounts` instead ...
4 years, 11 months ago (2016-01-22 21:03:36 UTC) #2
scheglov
LGTM Yes, if computing LINE_INFO takes long and can potentially skew the performance statistics, it ...
4 years, 11 months ago (2016-01-22 21:29:08 UTC) #3
Brian Wilkerson
PTAL, I fixed a bug that caused some sources to be counted multiple times, which ...
4 years, 11 months ago (2016-01-22 22:25:09 UTC) #4
scheglov
LGTM
4 years, 11 months ago (2016-01-22 22:26:40 UTC) #5
Brian Wilkerson
Committed patchset #2 (id:20001) manually as 1ecd06d39cbfa120709f1d986c25761e17f68e53 (presubmit successful).
4 years, 11 months ago (2016-01-22 22:37:36 UTC) #7
Paul Berry
Technically this is a breaking change to the analyzer because it adds a new method ...
4 years, 11 months ago (2016-01-23 13:34:35 UTC) #9
Paul Berry
4 years, 11 months ago (2016-01-23 14:10:43 UTC) #10
Message was sent while issue was closed.
On 2016/01/23 13:34:35, Paul Berry wrote:
> Technically this is a breaking change to the analyzer because it adds a new
> method to a class which is implemented by a client library.  This is causing a
> breakage in the analyzer buildbot (see
>
https://build.chromium.org/p/client.dart/builders/analyzer_experimental-linux...)

Proposed fix: https://codereview.chromium.org/1625783002/

Powered by Google App Engine
This is Rietveld 408576698