| 631 | void UseNextTraceBuffer(); |
| 632 | |
| 633 | MicrosecondsInt64 OffsetNow() const { |
| 634 | return OffsetTimestamp(GetMonoTimeMicros()); |
| 635 | } |
| 636 | MicrosecondsInt64 OffsetTimestamp(const MicrosecondsInt64& timestamp) const { |
| 637 | return timestamp - time_offset_; |
| 638 | } |
nothing calls this directly
no test coverage detected