Log frame timings
This commit is contained in:
parent
1e4a7e6ef1
commit
c863227dc2
3 changed files with 13 additions and 1 deletions
|
@ -1334,7 +1334,7 @@ impl<'a> WindowContext<'a> {
|
|||
}
|
||||
|
||||
self.window.drawing = false;
|
||||
eprintln!("frame: {:?}", t0.elapsed());
|
||||
eprintln!("window draw: {:?}", t0.elapsed());
|
||||
|
||||
scene
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue