| 47 | } |
| 48 | |
| 49 | inline int64_t MonotonicSeconds() { |
| 50 | return GetMonoTimeMicros() / MICROS_PER_SEC; |
| 51 | } |
| 52 | |
| 53 | /// Returns the number of milliseconds that have passed since the Unix epoch. This is |
| 54 | /// affected by manual changes to the system clock but is more suitable for use across |
no test coverage detected