Returns the number of page faults that did not require I/O activity.
impl ResourceUsage { fn no_io_page_faults(&self) -> u64 }