Chromium Code Reviews| Index: src/sampler.cc |
| diff --git a/src/sampler.cc b/src/sampler.cc |
| index c6830e69047612a5d7a3f73a255c9114cdce4df1..bb1935bddfd2436dd7e4e82965ed4d838136a05f 100644 |
| --- a/src/sampler.cc |
| +++ b/src/sampler.cc |
| @@ -589,6 +589,7 @@ SamplerThread* SamplerThread::instance_ = NULL; |
| DISABLE_ASAN void TickSample::Init(Isolate* isolate, |
| const RegisterState& regs) { |
| ASSERT(isolate->IsInitialized()); |
| + timestamp = TimeTicks::HighResolutionNow(); |
| pc = regs.pc; |
| state = isolate->current_vm_state(); |