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

Method GetStartRealTimeUs

src/brpc/span.cpp:400–402  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

398}
399
400int64_t Span::GetStartRealTimeUs() const {
401 return _type == SPAN_TYPE_SERVER ? _received_real_us : _start_send_real_us;
402}
403
404int64_t Span::GetEndRealTimeUs() const {
405 int64_t result = 0;

Callers 2

operator()Method · 0.80
IndexMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected