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

Unified Diff: pkg/front_end/tool/perf.dart

Issue 2432043008: Copy perf.dart into front_end/tool. (Closed)
Patch Set: Created 4 years, 2 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « pkg/front_end/pubspec.yaml ('k') | pkg/front_end/tool/perf_test.dart » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: pkg/front_end/tool/perf.dart
diff --git a/pkg/analyzer_cli/tool/perf.dart b/pkg/front_end/tool/perf.dart
similarity index 98%
copy from pkg/analyzer_cli/tool/perf.dart
copy to pkg/front_end/tool/perf.dart
index 40a747ab1e27e473bb416b1f1b48c6ff7dc63293..d56012e6529e8f68b4f3e72664c5adac4280b900 100644
--- a/pkg/analyzer_cli/tool/perf.dart
+++ b/pkg/front_end/tool/perf.dart
@@ -2,8 +2,8 @@
// for details. All rights reserved. Use of this source code is governed by a
// BSD-style license that can be found in the LICENSE file.
-/// An entrypoint used to run portions of analyzer and measure its performance.
-library analyzer_cli.tool.perf;
+/// An entrypoint used to run portions of front_end and measure its performance.
+library front_end.tool.perf;
import 'dart:async';
import 'dart:io' show exit;
« no previous file with comments | « pkg/front_end/pubspec.yaml ('k') | pkg/front_end/tool/perf_test.dart » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698