pub trait CpuStatsExt {
// Required methods
fn soft_interrupts(&self) -> u64;
fn syscalls(&self) -> u64;
}
Expand description
macOS-specific extension for CpuStats.
Required Methods§
Sourcefn soft_interrupts(&self) -> u64
fn soft_interrupts(&self) -> u64
Returns number of software interrupts since boot.