| 101 | } |
| 102 | |
| 103 | inline MicrosecondsInt64 GetMonoTimeMicros() { |
| 104 | return GetMonoTimeNanos() / NANOS_PER_MICRO; |
| 105 | } |
| 106 | |
| 107 | inline MicrosecondsInt64 GetThreadCpuTimeMicros() { |
| 108 | // See https://www.gnu.org/software/hurd/gnumach-doc/Thread-Information.html |