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

Issue 2883633002: Extract PerformanceLogger from AnalysisDriver. (Closed)

Created:
3 years, 7 months ago by scheglov
Modified:
3 years, 7 months ago
CC:
reviews_dartlang.org, dart-fe-team+reviews_google.com
Target Ref:
refs/heads/master
Visibility:
Public.

Description

Extract PerformanceLogger from AnalysisDriver. I also added the runAsync(). R=brianwilkerson@google.com, paulberry@google.com BUG= Committed: https://github.com/dart-lang/sdk/commit/a4fd5d814f15529b009c62db5b41dcd488b2800f

Patch Set 1 #

Total comments: 4
Unified diffs Side-by-side diffs Delta from patch set Stats (+118 lines, -82 lines) Patch
M pkg/analysis_server/analysis_server.iml View 1 chunk +1 line, -0 lines 2 comments Download
M pkg/analysis_server/lib/src/analysis_server.dart View 1 chunk +1 line, -0 lines 2 comments Download
M pkg/analysis_server/test/abstract_context.dart View 1 chunk +1 line, -0 lines 0 comments Download
M pkg/analysis_server/test/context_manager_test.dart View 1 chunk +1 line, -0 lines 0 comments Download
M pkg/analysis_server/test/services/search/search_engine2_test.dart View 1 chunk +1 line, -0 lines 0 comments Download
M pkg/analysis_server/test/single_context_manager_test.dart View 1 chunk +1 line, -0 lines 0 comments Download
M pkg/analysis_server/test/src/plugin/plugin_watcher_test.dart View 1 chunk +1 line, -0 lines 0 comments Download
M pkg/analyzer/lib/src/context/builder.dart View 2 chunks +2 lines, -1 line 0 comments Download
M pkg/analyzer/lib/src/dart/analysis/driver.dart View 2 chunks +1 line, -76 lines 0 comments Download
M pkg/analyzer/lib/src/dart/analysis/file_state.dart View 2 chunks +1 line, -1 line 0 comments Download
M pkg/analyzer/lib/src/dart/analysis/file_tracker.dart View 1 chunk +1 line, -1 line 0 comments Download
M pkg/analyzer/lib/src/dart/analysis/library_context.dart View 1 chunk +1 line, -0 lines 0 comments Download
M pkg/analyzer/test/generated/resolver_test_case.dart View 1 chunk +1 line, -0 lines 0 comments Download
M pkg/analyzer/test/src/dart/analysis/base.dart View 1 chunk +1 line, -0 lines 0 comments Download
M pkg/analyzer/test/src/dart/analysis/driver_test.dart View 1 chunk +1 line, -0 lines 0 comments Download
M pkg/analyzer/test/src/dart/analysis/file_state_test.dart View 2 chunks +1 line, -1 line 0 comments Download
M pkg/analyzer/test/src/task/strong/strong_test_helper.dart View 1 chunk +1 line, -0 lines 0 comments Download
M pkg/analyzer_cli/analyzer_cli.iml View 1 chunk +1 line, -0 lines 0 comments Download
M pkg/analyzer_cli/lib/src/driver.dart View 1 chunk +1 line, -0 lines 0 comments Download
M pkg/analyzer_plugin/analyzer_plugin.iml View 1 chunk +1 line, -0 lines 0 comments Download
M pkg/analyzer_plugin/lib/plugin/plugin.dart View 2 chunks +2 lines, -1 line 0 comments Download
M pkg/analyzer_plugin/test/support/abstract_context.dart View 1 chunk +1 line, -0 lines 0 comments Download
M pkg/front_end/front_end.iml View 1 chunk +1 line, -0 lines 0 comments Download
A pkg/front_end/lib/src/base/performace_logger.dart View 1 chunk +91 lines, -0 lines 0 comments Download
M pkg/front_end/lib/src/incremental_resolved_ast_generator_impl.dart View 2 chunks +2 lines, -1 line 0 comments Download

Messages

Total messages: 6 (1 generated)
scheglov
3 years, 7 months ago (2017-05-12 21:01:56 UTC) #1
Brian Wilkerson
Seems like a 'performance' package might be a better place for this, but aside from ...
3 years, 7 months ago (2017-05-12 21:16:10 UTC) #2
Paul Berry
https://codereview.chromium.org/2883633002/diff/1/pkg/analysis_server/analysis_server.iml File pkg/analysis_server/analysis_server.iml (right): https://codereview.chromium.org/2883633002/diff/1/pkg/analysis_server/analysis_server.iml#newcode1 pkg/analysis_server/analysis_server.iml:1: <?xml version="1.0" encoding="UTF-8"?> On 2017/05/12 21:16:09, Brian Wilkerson wrote: ...
3 years, 7 months ago (2017-05-12 21:22:34 UTC) #3
scheglov
https://codereview.chromium.org/2883633002/diff/1/pkg/analysis_server/lib/src/analysis_server.dart File pkg/analysis_server/lib/src/analysis_server.dart (right): https://codereview.chromium.org/2883633002/diff/1/pkg/analysis_server/lib/src/analysis_server.dart#newcode70 pkg/analysis_server/lib/src/analysis_server.dart:70: import 'package:front_end/src/base/performace_logger.dart' as nd; On 2017/05/12 21:16:09, Brian Wilkerson ...
3 years, 7 months ago (2017-05-12 21:27:55 UTC) #4
scheglov
3 years, 7 months ago (2017-05-12 21:27:57 UTC) #6
Message was sent while issue was closed.
Committed patchset #1 (id:1) manually as
a4fd5d814f15529b009c62db5b41dcd488b2800f (presubmit successful).

Powered by Google App Engine
This is Rietveld 408576698