Chromium Code Reviews| Index: runtime/vm/os_fuchsia.cc |
| diff --git a/runtime/vm/os_fuchsia.cc b/runtime/vm/os_fuchsia.cc |
| index 1e3fc48c2985a05c9955a0d9ce06525dc9ea38f2..9c850ed4dc377ae791d99dc58299bf481d18a5ff 100644 |
| --- a/runtime/vm/os_fuchsia.cc |
| +++ b/runtime/vm/os_fuchsia.cc |
| @@ -99,8 +99,7 @@ int64_t OS::GetCurrentMonotonicMicros() { |
| int64_t OS::GetCurrentThreadCPUMicros() { |
| - UNIMPLEMENTED(); |
| - return 0; |
| + return mx_time_get(MX_CLOCK_THREAD) / kNanosecondsPerMicrosecond; |
| } |