mcx::utils::PageFaults
less than a minute
mcx::utils::PageFaults
Page faults. More…
#include <utl_realtime.h>
Public Attributes
Name | |
---|---|
long | major A major page fault. |
long | minor A minor page fault. |
Detailed Description
struct mcx::utils::PageFaults;
Page faults.
Exceptions raised by computer hardware when a running program accesses a memory page that is not currently mapped by the memory management unit (MMU) into the virtual address space of a process.
Public Attributes Documentation
variable major
long major;
A major page fault.
variable minor
long minor;
A minor page fault.
Updated on 2022-04-05 at 16:21:27 +0200