pub struct SchedulerCollector { /* private fields */ }Expand description
Context-switch, migration, and runqueue-delay collector.
Implementations§
Trait Implementations§
Source§impl Default for SchedulerCollector
impl Default for SchedulerCollector
Source§impl SnapshotCollector for SchedulerCollector
impl SnapshotCollector for SchedulerCollector
type Snapshot = SchedulerSampleV2
Source§fn capability(&self) -> CollectorCapability
fn capability(&self) -> CollectorCapability
Report whether sampling is supported and usable on this host.
Auto Trait Implementations§
impl Freeze for SchedulerCollector
impl RefUnwindSafe for SchedulerCollector
impl Send for SchedulerCollector
impl Sync for SchedulerCollector
impl Unpin for SchedulerCollector
impl UnsafeUnpin for SchedulerCollector
impl UnwindSafe for SchedulerCollector
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