Expand description
Re-exports§
Structs§
- Available
Frames - The frames we can chose between when selecting what frame(s) to view.
- Global
Profiler Ui - Show
puffin::GlobalProfiler, i.e. profile the app we are running in. - Paused
- Profiler
Ui - Contains settings for the profiler.
- Selected
Frames - Selected frames ready to be viewed. Never empty.
- Streams
- Multiple streams for one thread.
Enums§
- Maybe
MutRef - A reference to a value that is maybe mutable.
- View
Functions§
- profiler_
ui - Show the profiler.
- profiler_
window - Show an
egui::Windowwith the profiler contents. - show_
viewport_ if_ enabled - Show the puffin profiler if
puffin::are_scopes_onis true, i.e. if profiling is enabled for your app.