mirror of
https://github.com/emilk/egui.git
synced 2026-08-31 05:40:03 -04:00
Much more accurate cpu_usage timing (#3913)
`frame.info.cpu_usage` now includes time for tessellation and rendering, but excludes vsync and context switching.
This commit is contained in:
1
Cargo.lock
generated
1
Cargo.lock
generated
@@ -1206,6 +1206,7 @@ dependencies = [
|
||||
"wasm-bindgen",
|
||||
"wasm-bindgen-futures",
|
||||
"web-sys",
|
||||
"web-time",
|
||||
"wgpu",
|
||||
"winapi",
|
||||
"winit",
|
||||
|
||||
Reference in New Issue
Block a user