Bindings for showing [puffin] profile scopes in [egui].
Usage:
# let mut egui_ctx = default;
# egui_ctx.begin_frame;
profiler_window;
Bindings for showing [puffin] profile scopes in [egui].
Usage:
# let mut egui_ctx = egui::CtxRef::default();
# egui_ctx.begin_frame(Default::default());
puffin_egui::profiler_window(&egui_ctx);