Ark Server API (ASA) - Wiki
Loading...
Searching...
No Matches
FPageFaultStats Struct Reference

#include <GenericPlatformMisc.h>

Public Attributes

uint64 SoftPageFaults = 0
 
uint64 HardPageFaults = 0
 
uint64 TotalPageFaults = 0
 

Detailed Description

Different types of Page Fault stats

Definition at line 402 of file GenericPlatformMisc.h.

Member Data Documentation

◆ HardPageFaults

uint64 FPageFaultStats::HardPageFaults = 0

Page faults for data on disk (platform dependent)

Definition at line 408 of file GenericPlatformMisc.h.

◆ SoftPageFaults

uint64 FPageFaultStats::SoftPageFaults = 0

Page faults for data already in memory (platform dependent)

Definition at line 405 of file GenericPlatformMisc.h.

◆ TotalPageFaults

uint64 FPageFaultStats::TotalPageFaults = 0

All page fault types

Definition at line 411 of file GenericPlatformMisc.h.


The documentation for this struct was generated from the following file: