mirror of
https://github.com/emilk/egui.git
synced 2026-08-31 13:50:04 -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:
@@ -150,6 +150,8 @@ mod epi;
|
||||
// Re-export everything in `epi` so `eframe` users don't have to care about what `epi` is:
|
||||
pub use epi::*;
|
||||
|
||||
pub(crate) mod stopwatch;
|
||||
|
||||
// ----------------------------------------------------------------------------
|
||||
// When compiling for web
|
||||
|
||||
|
||||
Reference in New Issue
Block a user