Set the API processing duration in milliseconds.
(mut self, ms: u64)
| 586 | |
| 587 | /// Set the API processing duration in milliseconds. |
| 588 | pub fn duration_api_ms(mut self, ms: u64) -> Self { |
| 589 | self.duration_api_ms = ms; |
| 590 | self |
| 591 | } |
| 592 | |
| 593 | /// Set the wall clock duration in milliseconds. |
| 594 | pub fn duration_wall_ms(mut self, ms: u64) -> Self { |
no outgoing calls
no test coverage detected