Choose your operating system:
Windows
macOS
Linux
Module |
|
Header |
/Engine/Source/Runtime/Core/Public/GenericPlatform/GenericPlatformMisc.h |
Include |
#include "GenericPlatform/GenericPlatformMisc.h" |
enum EPageFaultFlags
{
SoftPageFaults = 0x01,
HardPageFaults = 0x02,
TotalPageFaults = 0x04,
All = 0xFF,
}
Name |
Description |
---|---|
SoftPageFaults |
|
HardPageFaults |
|
TotalPageFaults |
|
All |
Flags for page fault stats to retrieve