pub trait MemoryExt { // Required methods fn faults(&self) -> u64; fn pageins(&self) -> u64; }
macOS-specific extension to process Memory information.
Returns the amount of page faults.
Returns the amount of actual pageins.