MCPcopy Create free account
hub / github.com/MagmaWM/MagmaWM / elements

Method elements

src/debug.rs:357–361  ·  view source on GitHub ↗
(&mut self)

Source from the content-addressed store, hash-verified

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() {

Callers 2

renderMethod · 0.80
winit_dispatchFunction · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected