Set the wall clock duration in milliseconds.
(mut self, ms: u64)
| 592 | |
| 593 | /// Set the wall clock duration in milliseconds. |
| 594 | pub fn duration_wall_ms(mut self, ms: u64) -> Self { |
| 595 | self.duration_wall_ms = ms; |
| 596 | self |
| 597 | } |
| 598 | |
| 599 | /// Set the code change statistics. |
| 600 | pub fn code_changes(mut self, stats: CodeChangeStats) -> Self { |
no outgoing calls
no test coverage detected