| Index: runtime/vm/os.h
|
| diff --git a/runtime/vm/os.h b/runtime/vm/os.h
|
| index 5285ec8bc956c88429906d4c789b529c5a23c746..a403df2bd04b269beb9ff30d4c1cadebd407cf24 100644
|
| --- a/runtime/vm/os.h
|
| +++ b/runtime/vm/os.h
|
| @@ -48,7 +48,7 @@ class OS {
|
| static int64_t GetCurrentTimeMicros();
|
|
|
| // Returns the current time used by the tracing infrastructure.
|
| - static int64_t GetCurrentTraceMicros();
|
| + static int64_t GetCurrentMonotonicMicros();
|
|
|
| // Returns a cleared aligned array of type T with n entries.
|
| // Alignment must be >= 16 and a power of two.
|
|
|