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

Function MonotonicSeconds

be/src/util/time.h:49–51  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

47}
48
49inline 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

Callers 4

EvictHandlesLoopMethod · 0.85
ValueType_internalMethod · 0.85
ReleaseMethod · 0.85
ReloadMonitorMethod · 0.85

Calls 1

GetMonoTimeMicrosFunction · 0.85

Tested by

no test coverage detected