[][src]Trait heim_process::os::macos::MemoryExt

pub trait MemoryExt {
    pub fn faults(&self) -> u64;
pub fn pageins(&self) -> u64; }
This is supported on macOS only.

macOS-specific extension to process Memory information.

Required methods

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

Returns the amount of page faults.

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

Returns the amount of actual pageins.

Loading content...

Implementors

impl MemoryExt for Memory[src]

Loading content...