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

Method inactive_timer

be/src/util/runtime-profile.h:211–211  ·  view source on GitHub ↗

Returns the counter for the inactive time.

Source from the content-addressed store, hash-verified

209 Counter* total_time_counter() const { return total_time_counter_; }
210 /// Returns the counter for the inactive time.
211 Counter* inactive_timer() const { return inactive_timer_; }
212 int64_t local_time() const { return local_time_ns_.Load(); }
213 int64_t total_time() const { return total_time_ns_.Load(); }
214

Callers 10

BeginSpilledProbeMethod · 0.80
SendMethod · 0.80
FlushFinalMethod · 0.80
SendMethod · 0.80
KrpcDataStreamRecvrMethod · 0.80
WaitForRpcLockedMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected