Index: runtime/lib/stopwatch.cc |
diff --git a/runtime/lib/stopwatch.cc b/runtime/lib/stopwatch.cc |
index 7d8464a482a20b5b660adb4f66ccad878795c4c6..ce8951de29d9adce285a92d2bf6017d339796d95 100644 |
--- a/runtime/lib/stopwatch.cc |
+++ b/runtime/lib/stopwatch.cc |
@@ -11,7 +11,7 @@ namespace dart { |
DEFINE_NATIVE_ENTRY(Stopwatch_now, 0) { |
// TODO(iposva): investigate other hi-res time sources such as cycle count. |
- return Integer::New(OS::GetCurrentTimeMicros()); |
+ return Integer::New(OS::GetCurrentMonotonicMicros()); |
} |