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