Struct measureme::counters::InstructionsMinusIrqs
source · pub struct InstructionsMinusIrqs { /* private fields */ }Expand description
More accurate Instructions (subtracting hardware interrupt counts).
Can be obtained with Counter::by_name("instructions-minus-irqs:u").
Implementations§
Auto Trait Implementations§
impl Freeze for InstructionsMinusIrqs
impl RefUnwindSafe for InstructionsMinusIrqs
impl Send for InstructionsMinusIrqs
impl Sync for InstructionsMinusIrqs
impl Unpin for InstructionsMinusIrqs
impl UnwindSafe for InstructionsMinusIrqs
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