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

Method total_network_send_timer

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

Source from the content-addressed store, hash-verified

232 }
233
234 RuntimeProfile::Counter* total_network_send_timer() {
235 return total_network_send_timer_;
236 }
237
238 RuntimeProfile::Counter* total_network_receive_timer() {
239 return total_network_receive_timer_;

Callers 1

WaitForRpcLockedMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected