| Index: runtime/vm/profiler.cc
|
| diff --git a/runtime/vm/profiler.cc b/runtime/vm/profiler.cc
|
| index f3f8ec308a57b919869df9d8fda16646f29bf392..af80f9f598c73316a4cefb13c09144c6114866d4 100644
|
| --- a/runtime/vm/profiler.cc
|
| +++ b/runtime/vm/profiler.cc
|
| @@ -820,7 +820,7 @@ static Sample* SetupSample(Thread* thread,
|
| Isolate* isolate = thread->isolate();
|
| ASSERT(sample_buffer != NULL);
|
| Sample* sample = sample_buffer->ReserveSample();
|
| - sample->Init(isolate, OS::GetCurrentTimeMicros(), tid);
|
| + sample->Init(isolate, OS::GetCurrentTraceMicros(), tid);
|
| uword vm_tag = thread->vm_tag();
|
| #if defined(USING_SIMULATOR)
|
| // When running in the simulator, the runtime entry function address
|
|
|