| Index: runtime/vm/dart.cc
|
| diff --git a/runtime/vm/dart.cc b/runtime/vm/dart.cc
|
| index fcb7dbc5113d6100c69952ce1401b69a0b5b3216..50e33aad512e9246d63d55c259879066f882894b 100644
|
| --- a/runtime/vm/dart.cc
|
| +++ b/runtime/vm/dart.cc
|
| @@ -281,7 +281,6 @@ RawError* Dart::InitializeIsolate(const uint8_t* snapshot_buffer, void* data) {
|
| // Initialize the new isolate.
|
| Thread* T = Thread::Current();
|
| Isolate* I = T->isolate();
|
| - TIMERSCOPE(T, time_isolate_initialization);
|
| TimelineDurationScope tds(I, I->GetIsolateStream(), "InitializeIsolate");
|
| tds.SetNumArguments(1);
|
| tds.CopyArgument(0, "isolateName", I->name());
|
|
|