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

Function GetMonoTimeMicros

be/src/gutil/walltime.h:103–105  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

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

Callers 15

SampleCallMethod · 0.85
RunThreadMethod · 0.85
TEST_FFunction · 0.85
CurrentConsumptionFunction · 0.85
ShouldLogMethod · 0.85
DispatchThreadMethod · 0.85
AcquireMethod · 0.85
AddTraceEventMethod · 0.85
AddTraceEventFunction · 0.85
OffsetNowMethod · 0.85

Calls 2

GetMonoTimeNanosFunction · 0.85
GetClockTimeMicrosFunction · 0.85

Tested by 1

TEST_FFunction · 0.68