Log frame timings

This commit is contained in:
Nathan Sobo 2023-12-13 18:44:21 -07:00
parent 1e4a7e6ef1
commit c863227dc2
3 changed files with 13 additions and 1 deletions

View file

@ -1334,7 +1334,7 @@ impl<'a> WindowContext<'a> {
}
self.window.drawing = false;
eprintln!("frame: {:?}", t0.elapsed());
eprintln!("window draw: {:?}", t0.elapsed());
scene
}