mirror of
https://github.com/emilk/egui.git
synced 2026-09-02 06:40:06 -04:00
Print frame times for glium and wasm excluding painting
This commit is contained in:
@@ -226,6 +226,7 @@ impl Painter {
|
||||
target.finish().unwrap();
|
||||
}
|
||||
|
||||
#[inline(never)] // Easier profiling
|
||||
fn paint_batch(
|
||||
&mut self,
|
||||
target: &mut Frame,
|
||||
|
||||
Reference in New Issue
Block a user