| Index: runtime/vm/object.cc
|
| ===================================================================
|
| --- runtime/vm/object.cc (revision 33660)
|
| +++ runtime/vm/object.cc (working copy)
|
| @@ -902,7 +902,7 @@
|
|
|
|
|
| RawError* Object::Init(Isolate* isolate) {
|
| - TIMERSCOPE(time_bootstrap);
|
| + TIMERSCOPE(isolate, time_bootstrap);
|
| ObjectStore* object_store = isolate->object_store();
|
|
|
| Class& cls = Class::Handle();
|
| @@ -1336,7 +1336,7 @@
|
|
|
|
|
| void Object::InitFromSnapshot(Isolate* isolate) {
|
| - TIMERSCOPE(time_bootstrap);
|
| + TIMERSCOPE(isolate, time_bootstrap);
|
| ObjectStore* object_store = isolate->object_store();
|
|
|
| Class& cls = Class::Handle();
|
|
|