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

Method total_storage_wait_timer

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

Source from the content-addressed store, hash-verified

228 void AddBarrierToCancel(CyclicBarrier* cb);
229
230 RuntimeProfile::Counter* total_storage_wait_timer() {
231 return total_storage_wait_timer_;
232 }
233
234 RuntimeProfile::Counter* total_network_send_timer() {
235 return total_network_send_timer_;

Callers 6

GetNextBufferMethod · 0.80
OpenNextScanTokenMethod · 0.80
GetNextScannerBatchMethod · 0.80
readRandomMethod · 0.80
readMethod · 0.80
ReadFooterStreamMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected