Human-readable display of the wall clock duration.
(&self)
| 302 | |
| 303 | /// Human-readable display of the wall clock duration. |
| 304 | pub fn wall_duration_display(&self) -> String { |
| 305 | format_duration_ms(self.duration_wall_ms) |
| 306 | } |
| 307 | |
| 308 | /// Human-readable display of cost. |
| 309 | pub fn cost_display(&self) -> String { |
no test coverage detected