Crate puffin_egui[][src]

Expand description

Bindings for showing puffin profile scopes in egui.

Usage:

puffin_egui::profiler_window(&egui_ctx);

Re-exports

pub use egui;
pub use puffin;

Structs

Frames

The frames we can select between

Paused
ProfilerUi

Contains settings for the profiler.

Functions

profiler_ui

Show the profiler.

profiler_window

Show an egui::Window with the profiler contents.