| 180 | int64_t start_send_real_us() const { return _start_send_real_us; } |
| 181 | int64_t sent_real_us() const { return _sent_real_us; } |
| 182 | bool async() const { return _async; } |
| 183 | const std::string& full_method_name() const { return _full_method_name; } |
| 184 | |
| 185 | // Returns a copy instead of a reference for thread safety. |
no outgoing calls