pub fn profiler_window(ctx: &Context) -> 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.