| 139 | void set_start_parse_us(int64_t tm) |
| 140 | { _start_parse_real_us = tm + _base_real_us; } |
| 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) |
no outgoing calls
no test coverage detected