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

Method total_thread_statistics

be/src/runtime/runtime-state.h:242–244  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

240 }
241
242 RuntimeProfile::ThreadCounters* total_thread_statistics() const {
243 return total_thread_statistics_;
244 }
245
246 void AddBytesReadCounter(RuntimeProfile::Counter* counter) {
247 bytes_read_counters_.push_back(counter);

Callers 5

ScannerThreadMethod · 0.80
RunScannerThreadMethod · 0.80
OpenMethod · 0.80
ExecInternalMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected