[][src]Trait heim_cpu::os::macos::CpuStatsExt

pub trait CpuStatsExt {
    pub fn soft_interrupts(&self) -> u64;
pub fn syscalls(&self) -> u64; }
This is supported on macOS only.

macOS-specific extension for CpuStats.

Required methods

pub fn soft_interrupts(&self) -> u64[src]

Returns number of software interrupts since boot.

pub fn syscalls(&self) -> u64[src]

Returns number of syscalls since boot.

Loading content...

Implementors

Loading content...