pub struct Profile {
pub total: Duration,
pub levels: Vec<LevelTiming>,
pub nodes: Vec<NodeTiming>,
}Expand description
Timing data from a single Forward pass.
Fields§
§total: Duration§levels: Vec<LevelTiming>§nodes: Vec<NodeTiming>Implementations§
Trait Implementations§
Auto Trait Implementations§
impl Freeze for Profile
impl RefUnwindSafe for Profile
impl Send for Profile
impl Sync for Profile
impl Unpin for Profile
impl UnsafeUnpin for Profile
impl UnwindSafe for Profile
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