| Index: runtime/vm/isolate.cc
|
| ===================================================================
|
| --- runtime/vm/isolate.cc (revision 33660)
|
| +++ runtime/vm/isolate.cc (working copy)
|
| @@ -116,7 +116,7 @@
|
| HandleScope handle_scope(isolate_);
|
| // TODO(turnidge): Rework collection total dart execution. This can
|
| // overcount when other things (gc, compilation) are active.
|
| - TIMERSCOPE(time_dart_execution);
|
| + TIMERSCOPE(isolate_, time_dart_execution);
|
|
|
| // If the message is in band we lookup the receive port to dispatch to. If
|
| // the receive port is closed, we drop the message without deserializing it.
|
|
|