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

Method total_time

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

Source from the content-addressed store, hash-verified

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
215 /// Returns the number of counters in this profile. Used for unit tests.
216 int num_counters() const;

Callers 2

TESTFunction · 0.80
ComputeTimeInProfileMethod · 0.80

Calls 1

LoadMethod · 0.45

Tested by 1

TESTFunction · 0.64