1
0
mirror of https://github.com/emilk/egui.git synced 2026-09-01 14:20:04 -04:00

Print frame times for glium and wasm excluding painting

This commit is contained in:
Emil Ernerfeldt
2020-04-29 07:20:27 +02:00
parent 1e685d1cb0
commit 89823ab617
3 changed files with 33 additions and 7 deletions

View File

@@ -226,6 +226,7 @@ impl Painter {
target.finish().unwrap();
}
#[inline(never)] // Easier profiling
fn paint_batch(
&mut self,
target: &mut Frame,