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

Method OnRPCBegin

src/brpc/controller.h:774–778  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

772 void SubmitSpan();
773
774 void OnRPCBegin(int64_t begin_time_us) {
775 _begin_time_us = begin_time_us;
776 // make latency_us() return 0 when RPC is not over
777 _end_time_us = begin_time_us;
778 }
779
780 void OnRPCEnd(int64_t end_time_us);
781

Callers 2

CallMethodMethod · 0.80
CallMethodMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected