Function puffin_egui::profiler_window[][src]

pub fn profiler_window(ctx: &CtxRef) -> bool
Expand description

Show an egui::Window with the profiler contents.

If you want to control the window yourself, use profiler_ui instead.

Returns false if the user closed the profile window.