MCPcopy Create free account
hub / github.com/PerroEngine/Perro / avg_micros

Function avg_micros

perro_source/render_stack/perro_app/src/winit_runner.rs:122–127  ·  view source on GitHub ↗
(total: Duration, samples: u32)

Source from the content-addressed store, hash-verified

120 perro_ui::CursorIcon::NeswResize => WinitCursorIcon::NeswResize,
121 perro_ui::CursorIcon::NwseResize => WinitCursorIcon::NwseResize,
122 perro_ui::CursorIcon::ColResize => WinitCursorIcon::ColResize,
123 perro_ui::CursorIcon::RowResize => WinitCursorIcon::RowResize,
124 perro_ui::CursorIcon::AllScroll => WinitCursorIcon::AllScroll,
125 perro_ui::CursorIcon::ZoomIn => WinitCursorIcon::ZoomIn,
126 perro_ui::CursorIcon::ZoomOut => WinitCursorIcon::ZoomOut,
127 perro_ui::CursorIcon::DndAsk => WinitCursorIcon::DndAsk,
128 perro_ui::CursorIcon::AllResize => WinitCursorIcon::AllResize,
129 }
130}

Callers 1

step_frameMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected