MCPcopy Create free account
hub / github.com/apache/impala / OffsetNow

Method OffsetNow

be/src/kudu/util/debug/trace_event_impl.h:633–635  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

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 }

Callers

nothing calls this directly

Calls 1

GetMonoTimeMicrosFunction · 0.85

Tested by

no test coverage detected