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

Method set_start_send_us

src/brpc/span.h:143–144  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

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)
146 { _sent_real_us = tm + _base_real_us; }
147

Callers 7

CallMethodMethod · 0.80
~HttpResponseSenderMethod · 0.80
SendSofaResponseFunction · 0.80
RunMethod · 0.80
DoRunMethod · 0.80
SendRpcResponseFunction · 0.80
SendHuluResponseFunction · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected