pub enum ProfilerView {
Flamegraph,
Timeline,
Ranked,
Counts,
}Expand description
Profiler view mode
Variants§
Flamegraph
Flamegraph visualization
Timeline
Timeline view
Ranked
Ranked list by render time
Counts
Component render counts
Implementations§
Trait Implementations§
Source§impl Clone for ProfilerView
impl Clone for ProfilerView
Source§fn clone(&self) -> ProfilerView
fn clone(&self) -> ProfilerView
Returns a duplicate of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreSource§impl Debug for ProfilerView
impl Debug for ProfilerView
Source§impl Default for ProfilerView
impl Default for ProfilerView
Source§fn default() -> ProfilerView
fn default() -> ProfilerView
Returns the “default value” for a type. Read more
Source§impl PartialEq for ProfilerView
impl PartialEq for ProfilerView
impl Copy for ProfilerView
impl Eq for ProfilerView
impl StructuralPartialEq for ProfilerView
Auto Trait Implementations§
impl Freeze for ProfilerView
impl RefUnwindSafe for ProfilerView
impl Send for ProfilerView
impl Sync for ProfilerView
impl Unpin for ProfilerView
impl UnsafeUnpin for ProfilerView
impl UnwindSafe for ProfilerView
Blanket Implementations§
Source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
Source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more