pub struct FrameView { /* private fields */ }
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.

All frames sorted chronologically.

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.

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.

Import profile data from a .puffin file.

Trait Implementations

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

Returns the “default value” for a type. Read more

Auto Trait Implementations

Blanket Implementations

Gets the TypeId of self. Read more

Immutably borrows from an owned value. Read more

Mutably borrows from an owned value. Read more

Returns the argument unchanged.

Calls U::from(self).

That is, this conversion is whatever the implementation of From<T> for U chooses to do.

The resulting type after obtaining ownership.

Creates owned data from borrowed data, usually by cloning. Read more

Uses borrowed data to replace owned data, usually by cloning. Read more

The type returned in the event of a conversion error.

Performs the conversion.

The type returned in the event of a conversion error.

Performs the conversion.