Struct linux_taskstats::ContextSwitches [−][src]
Expand description
Statistics related to context switches
Fields
voluntary: u64
Count of voluntary context switches
non_voluntary: u64
Count of non-voluntary context switches
Trait Implementations
Auto Trait Implementations
impl RefUnwindSafe for ContextSwitches
impl Send for ContextSwitches
impl Sync for ContextSwitches
impl Unpin for ContextSwitches
impl UnwindSafe for ContextSwitches
Blanket Implementations
Mutably borrows from an owned value. Read more