Ark Server API (ASA) - Wiki
|
#include <GenericPlatformMisc.h>
Public Attributes | |
uint64 | SoftPageFaults = 0 |
uint64 | HardPageFaults = 0 |
uint64 | TotalPageFaults = 0 |
Different types of Page Fault stats
Definition at line 402 of file GenericPlatformMisc.h.
uint64 FPageFaultStats::HardPageFaults = 0 |
Page faults for data on disk (platform dependent)
Definition at line 408 of file GenericPlatformMisc.h.
uint64 FPageFaultStats::SoftPageFaults = 0 |
Page faults for data already in memory (platform dependent)
Definition at line 405 of file GenericPlatformMisc.h.
uint64 FPageFaultStats::TotalPageFaults = 0 |
All page fault types
Definition at line 411 of file GenericPlatformMisc.h.