Crate puffin_egui

source ·
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

The frames we can chose between when selecting what frame(s) to view.
Show puffin::GlobalProfiler, i.e. profile the app we are running in.
Contains settings for the profiler.
Selected frames ready to be viewed. Never empty.
Multiple streams for one thread.

Enums

A reference to a value that is maybe mutable.

Functions

Show the profiler.
Show an egui::Window with the profiler contents.