Struct linux_taskstats::Delays [−][src]
pub struct Delays {
pub cpu: DelayStat,
pub blkio: DelayStat,
pub swapin: DelayStat,
pub freepages: DelayStat,
}Expand description
Statistics related to scheduling delay (delay accounting)
Fields
cpu: DelayStatDelay waiting for cpu, while runnable
blkio: DelayStatDelay waiting for synchronous block I/O to complete
swapin: DelayStatDelay waiting for page fault I/O (swap in only)
freepages: DelayStatDelay waiting for memory reclaim
Trait Implementations
Auto Trait Implementations
impl RefUnwindSafe for Delays
impl UnwindSafe for Delays
Blanket Implementations
Mutably borrows from an owned value. Read more