pub struct PerfEntry {
pub key: PerfKey,
pub count: u64,
pub total_instructions: u64,
}Expand description
PerfEntry Aggregated perf counters keyed by kind (endpoint vs timer) and label.
Fields§
§key: PerfKey§count: u64§total_instructions: u64Trait Implementations§
Auto Trait Implementations§
impl Freeze for PerfEntry
impl RefUnwindSafe for PerfEntry
impl Send for PerfEntry
impl Sync for PerfEntry
impl Unpin for PerfEntry
impl UnsafeUnpin for PerfEntry
impl UnwindSafe for PerfEntry
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