(&mut self)
| 355 | } |
| 356 | |
| 357 | pub fn elements(&mut self) { |
| 358 | if let Some(frame) = self.current_frame.as_mut() { |
| 359 | frame.duration_elements = Some(Instant::now().duration_since(frame.start)); |
| 360 | } |
| 361 | } |
| 362 | |
| 363 | pub fn render(&mut self) { |
| 364 | if let Some(frame) = self.current_frame.as_mut() { |
no outgoing calls
no test coverage detected