Human-readable display of the API duration.
(&self)
| 297 | |
| 298 | /// Human-readable display of the API duration. |
| 299 | pub fn api_duration_display(&self) -> String { |
| 300 | format_duration_ms(self.duration_api_ms) |
| 301 | } |
| 302 | |
| 303 | /// Human-readable display of the wall clock duration. |
| 304 | pub fn wall_duration_display(&self) -> String { |
nothing calls this directly
no test coverage detected