Navigation
API > API/Runtime > API/Runtime/Core > API/Runtime/Core/GenericPlatform
References
| Module | Core |
| Header | /Engine/Source/Runtime/Core/Public/GenericPlatform/GenericPlatformMisc.h |
| Include | #include "GenericPlatform/GenericPlatformMisc.h" |
Syntax
enum EContextSwitchFlags
{
VoluntaryContextSwitches = 0x01,
InvoluntaryContextSwitches = 0x02,
TotalContextSwitches = 0x04,
All = 0xFF,
}
Values
| Name | Description |
|---|---|
| VoluntaryContextSwitches | |
| InvoluntaryContextSwitches | |
| TotalContextSwitches | |
| All |
Remarks
Flags for Context Switch stats to retrieve