Chromium Code Reviews| Index: runtime/vm/dart.cc |
| =================================================================== |
| --- runtime/vm/dart.cc (revision 13077) |
| +++ runtime/vm/dart.cc (working copy) |
| @@ -176,6 +176,9 @@ |
| void Dart::ShutdownIsolate() { |
| Isolate* isolate = Isolate::Current(); |
| + if (FLAG_trace_isolates) { |
| + isolate->heap()->PrintSizes(); |
| + } |
| void* callback_data = isolate->init_callback_data(); |
| isolate->Shutdown(); |
| delete isolate; |