Choose your operating system:
Windows
macOS
Linux
Module |
|
Header |
/Engine/Source/Runtime/Core/Public/GenericPlatform/GenericPlatformMisc.h |
Include |
#include "GenericPlatform/GenericPlatformMisc.h" |
struct FContextSwitchStats
Different types of Context Switch stats
Name | Description | ||
---|---|---|---|
|
InvoluntaryContextSwitches |
Context switches that were involuntary (e.g. quantum reached/exceeded - platform dependent) |
|
|
TotalContextSwitches |
All context switch types |
|
|
VoluntaryContextSwitches |
Context switches that occurred voluntarily (e.g. yield - platform dependent) |