Stop the timer, record the time taken and consume self
(mut self)
| 338 | |
| 339 | /// Stop the timer, record the time taken and consume self |
| 340 | pub fn done(mut self) { |
| 341 | self.stop() |
| 342 | } |
| 343 | |
| 344 | /// Stop the timer timing and record the time taken since the given endpoint. |
| 345 | pub fn stop_with(&mut self, end_time: Instant) { |
no test coverage detected