| Index: runtime/vm/timeline.h
|
| diff --git a/runtime/vm/timeline.h b/runtime/vm/timeline.h
|
| index 1c618145e6165a85ffa9eb47da58c8cd8daad312..61759ddb523d800880f9e7b7c241ca4e367f295d 100644
|
| --- a/runtime/vm/timeline.h
|
| +++ b/runtime/vm/timeline.h
|
| @@ -129,10 +129,10 @@ class TimelineEvent {
|
| int64_t end_micros);
|
|
|
| void Begin(const char* label,
|
| - int64_t micros = OS::GetCurrentTraceMicros());
|
| + int64_t micros = OS::GetCurrentMonotonicMicros());
|
|
|
| void End(const char* label,
|
| - int64_t micros = OS::GetCurrentTraceMicros());
|
| + int64_t micros = OS::GetCurrentMonotonicMicros());
|
|
|
| void SerializedJSON(const char* json);
|
|
|
|
|