Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
51
protected:
52
virtual ~InputMessageBase();
Callers
15
ProcessEspResponse
Function · 0.80
ProcessRedisResponse
Function · 0.80
ProcessNsheadMcpackResponse
Function · 0.80
ProcessHttpResponse
Function · 0.80
ProcessHttpRequest
Function · 0.80
ProcessUbrpcResponse
Function · 0.80
ProcessSofaRequest
Function · 0.80
ProcessSofaResponse
Function · 0.80
ProcessNsheadRequest
Function · 0.80
ProcessNsheadResponse
Function · 0.80
ProcessThriftRequest
Function · 0.80
ProcessThriftResponse
Function · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected