| 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 |
no outgoing calls
no test coverage detected