Index: runtime/lib/timeline.cc |
diff --git a/runtime/lib/timeline.cc b/runtime/lib/timeline.cc |
index 39fa28babfc9d18178f2124c0a656b6f82c2fb6e..f0e5982bd5b0878a11806fc18c3c9c7e3062d41f 100644 |
--- a/runtime/lib/timeline.cc |
+++ b/runtime/lib/timeline.cc |
@@ -32,7 +32,7 @@ DEFINE_NATIVE_ENTRY(Timeline_getNextAsyncId, 0) { |
DEFINE_NATIVE_ENTRY(Timeline_getTraceClock, 0) { |
- return Integer::New(OS::GetCurrentTraceMicros(), Heap::kNew, true); |
+ return Integer::New(OS::GetCurrentMonotonicMicros(), Heap::kNew, true); |
} |