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

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

Issue 2875703002: Fix compiler.perf script (Closed)
Patch Set: Created 3 years, 7 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 | « no previous file | pkg/compiler/tool/perf_test.dart » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: pkg/compiler/tool/perf.dart
diff --git a/pkg/compiler/tool/perf.dart b/pkg/compiler/tool/perf.dart
index 153cac37975740e490f9461d9ae0e2301d520e69..9ce1da91a56191eb680003c7a8f69ddec00bc592 100644
--- a/pkg/compiler/tool/perf.dart
+++ b/pkg/compiler/tool/perf.dart
@@ -381,6 +381,7 @@ class MyCompiler extends CompilerImpl {
exit(1);
}
+ backend.onResolutionEnd();
closeResolution();
var program = (backend as dynamic).kernelTask.program;
print('total libraries: ${program.libraries.length}');
« no previous file with comments | « no previous file | pkg/compiler/tool/perf_test.dart » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698