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

Method set_start_callback_us

src/brpc/span.h:141–142  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

139 void set_start_parse_us(int64_t tm)
140 { _start_parse_real_us = tm + _base_real_us; }
141 void set_start_callback_us(int64_t tm)
142 { _start_callback_real_us = tm + _base_real_us; }
143 void set_start_send_us(int64_t tm)
144 { _start_send_real_us = tm + _base_real_us; }
145 void set_sent_us(int64_t tm)

Callers 7

SubmitSpanMethod · 0.80
ProcessHttpRequestFunction · 0.80
ProcessSofaRequestFunction · 0.80
ProcessNsheadRequestFunction · 0.80
ProcessThriftRequestFunction · 0.80
ProcessRpcRequestFunction · 0.80
ProcessHuluRequestFunction · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected