Struct puffin::FrameView [−][src]
pub struct FrameView { /* fields omitted */ }
Expand description
A view of recent and slowest frames, used by GUIs.
Implementations
The latest fully captured frame of data.
Oldest first
The slowest frames so far (or since last call to Self::clear_slowest()
)
in chronological order.
Clean history of the slowest frames.
How many frames of recent history to store.
How many frames of recent history to store.
How many slow “spike” frames to store.
Export profile data as a .puffin
file.
Export profile data as a .puffin
file.
Import profile data from a .puffin
file.
Trait Implementations
Auto Trait Implementations
impl !RefUnwindSafe for FrameView
impl !UnwindSafe for FrameView
Blanket Implementations
Mutably borrows from an owned value. Read more