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

Issue 1220043005: dart2js send stats, includes: (Closed)

Created:
5 years, 5 months ago by Siggi Cherem (dart-lang)
Modified:
5 years, 2 months ago
CC:
reviews_dartlang.org, sra1
Base URL:
git@github.com:dart-lang/sdk.git@master
Target Ref:
refs/heads/master
Visibility:
Public.

Description

dart2js send stats, includes: - initial visitor to collecting data about sends (incomplete) - logic to emit data in a json summary file. - logic to print summary information on the command-line - logic to display some of the data in a web UI. BUG= R=johnniwinther@google.com Committed: https://github.com/dart-lang/sdk/commit/93f61f383e4d56ce1aefc75944328719cc77f2ab

Patch Set 1 #

Total comments: 26

Patch Set 2 : #

Patch Set 3 : #

Patch Set 4 : #

Patch Set 5 : #

Unified diffs Side-by-side diffs Delta from patch set Stats (+2999 lines, -14 lines) Patch
M DEPS View 1 2 3 4 1 chunk +1 line, -1 line 0 comments Download
M pkg/compiler/lib/src/dump_info.dart View 1 2 3 4 chunks +7 lines, -8 lines 0 comments Download
M pkg/compiler/lib/src/resolution/tree_elements.dart View 1 2 chunks +2 lines, -0 lines 0 comments Download
A pkg/compiler/lib/src/stats/analysis_result.dart View 1 2 1 chunk +73 lines, -0 lines 0 comments Download
A pkg/compiler/lib/src/stats/builder.dart View 1 2 3 1 chunk +2381 lines, -0 lines 0 comments Download
A pkg/compiler/lib/src/stats/naive_analysis_result.dart View 1 2 1 chunk +44 lines, -0 lines 0 comments Download
A pkg/compiler/lib/src/stats/trusted_types_analysis_result.dart View 1 2 1 chunk +104 lines, -0 lines 0 comments Download
M pkg/compiler/lib/src/typechecker.dart View 1 2 3 4 3 chunks +29 lines, -1 line 0 comments Download
M pkg/compiler/lib/src/world.dart View 1 2 3 4 2 chunks +17 lines, -0 lines 0 comments Download
M pkg/compiler/pubspec.yaml View 1 1 chunk +2 lines, -2 lines 0 comments Download
M tests/compiler/dart2js/dump_info_test.dart View 1 2 1 chunk +0 lines, -2 lines 0 comments Download
A tests/compiler/dart2js/inference_stats_test.dart View 1 2 1 chunk +339 lines, -0 lines 0 comments Download

Messages

Total messages: 6 (2 generated)
Siggi Cherem (dart-lang)
This is getting big, so I rather start submitting what I have. It's pretty half ...
5 years, 5 months ago (2015-07-06 19:59:55 UTC) #2
Johnni Winther
lgtm https://codereview.chromium.org/1220043005/diff/1/pkg/compiler/lib/src/stats/analysis_result.dart File pkg/compiler/lib/src/stats/analysis_result.dart (right): https://codereview.chromium.org/1220043005/diff/1/pkg/compiler/lib/src/stats/analysis_result.dart#newcode14 pkg/compiler/lib/src/stats/analysis_result.dart:14: enum boolish { yes, no, maybe } 'boolish' ...
5 years, 5 months ago (2015-07-13 19:21:44 UTC) #3
Siggi Cherem (dart-lang)
I finally got back to this, I made a big change to integrate the logic ...
5 years, 2 months ago (2015-09-29 01:39:34 UTC) #5
Siggi Cherem (dart-lang)
5 years, 2 months ago (2015-10-02 18:10:46 UTC) #6
Message was sent while issue was closed.
Committed patchset #5 (id:80001) manually as
93f61f383e4d56ce1aefc75944328719cc77f2ab (presubmit successful).

Powered by Google App Engine
This is Rietveld 408576698