MCPcopy Create free account
hub / github.com/apache/brpc / base_real_us

Method base_real_us

src/brpc/input_message_base.h:49–49  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

47 // [Internal]
48 int64_t received_us() const { return _received_us; }
49 int64_t base_real_us() const { return _base_real_us; }
50
51protected:
52 virtual ~InputMessageBase();

Callers 15

ProcessEspResponseFunction · 0.80
ProcessRedisResponseFunction · 0.80
ProcessHttpResponseFunction · 0.80
ProcessHttpRequestFunction · 0.80
ProcessUbrpcResponseFunction · 0.80
ProcessSofaRequestFunction · 0.80
ProcessSofaResponseFunction · 0.80
ProcessNsheadRequestFunction · 0.80
ProcessNsheadResponseFunction · 0.80
ProcessThriftRequestFunction · 0.80
ProcessThriftResponseFunction · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected