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
struct FContextSwitchStats
Remarks
Different types of Context Switch stats
Variables
| Type | Name | Description | |
|---|---|---|---|
| uint64 | InvoluntaryContextSwitches | Context switches that were involuntary (e.g. quantum reached/exceeded - platform dependent) | |
| uint64 | TotalContextSwitches | All context switch types | |
| uint64 | VoluntaryContextSwitches | Context switches that occurred voluntarily (e.g. yield - platform dependent) |