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

Method TotalDuration

be/src/kudu/rpc/inbound_call.h:66–68  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

64 MonoTime time_completed; // Time the call handler completed.
65
66 MonoDelta TotalDuration() const {
67 return time_completed - time_received;
68 }
69
70 MonoDelta ProcessingDuration() const {
71 return time_completed - time_handled;

Callers 2

SampleCallMethod · 0.80
LogTraceMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected