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

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

macOS-specific extension for CpuStats.

Required methods

fn soft_interrupts(&self) -> u64

This is supported on macOS only.

Returns number of software interrupts since boot.

fn syscalls(&self) -> u64

This is supported on macOS only.

Returns number of syscalls since boot.

Loading content...

Implementors

Loading content...