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

Unified Diff: vm/dart.cc

Issue 11416356: Add dump_symbol_stats to dump symbol table stats at the end of a test run (Closed) Base URL: http://dart.googlecode.com/svn/branches/bleeding_edge/dart/runtime/
Patch Set: Created 8 years 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 | vm/isolate.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: vm/dart.cc
===================================================================
--- vm/dart.cc (revision 15988)
+++ vm/dart.cc (working copy)
@@ -193,10 +193,6 @@
void Dart::ShutdownIsolate() {
Isolate* isolate = Isolate::Current();
- if (FLAG_trace_isolates) {
- isolate->heap()->PrintSizes();
- isolate->megamorphic_cache_table()->PrintSizes();
- }
void* callback_data = isolate->init_callback_data();
isolate->Shutdown();
delete isolate;
« no previous file with comments | « no previous file | vm/isolate.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698