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

Method ElapsedTime

be/src/util/stopwatch.h:71–73  ·  view source on GitHub ↗

Returns total time in cpu ticks for which the stopwatch was running, including the time since Start() was called, if it is currently running.

Source from the content-addressed store, hash-verified

69 /// Returns total time in cpu ticks for which the stopwatch was running, including
70 /// the time since Start() was called, if it is currently running.
71 uint64_t ElapsedTime() const {
72 return total_time_ + RunningTime();
73 }
74
75#if defined(__aarch64__)
76 static uint64_t Rdtsc() {

Callers 15

RecoveryModeCheckerMethod · 0.45
UpdateStateMethod · 0.45
SendTopicUpdateMethod · 0.45
SendHeartbeatMethod · 0.45
BlockOnWaitMethod · 0.45
MarkActiveMethod · 0.45
WaitForHmsEventMethod · 0.45
GetNextMethod · 0.45
SortInputMethod · 0.45
GetNextMethod · 0.45
GetNextMethod · 0.45

Calls

no outgoing calls

Tested by 5

RecoveryModeCheckerMethod · 0.36
UpdateStateMethod · 0.36
SendTopicUpdateMethod · 0.36
SendHeartbeatMethod · 0.36
TEST_FFunction · 0.36