Ark Server API (ASA) - Wiki
|
#include <GenericPlatformMisc.h>
Public Attributes | |
uint64 | VoluntaryContextSwitches = 0 |
uint64 | InvoluntaryContextSwitches = 0 |
uint64 | TotalContextSwitches = 0 |
Different types of Context Switch stats
Definition at line 506 of file GenericPlatformMisc.h.
uint64 FContextSwitchStats::InvoluntaryContextSwitches = 0 |
Context switches that were involuntary (e.g. quantum reached/exceeded - platform dependent)
Definition at line 512 of file GenericPlatformMisc.h.
uint64 FContextSwitchStats::TotalContextSwitches = 0 |
All context switch types
Definition at line 515 of file GenericPlatformMisc.h.
uint64 FContextSwitchStats::VoluntaryContextSwitches = 0 |
Context switches that occurred voluntarily (e.g. yield - platform dependent)
Definition at line 509 of file GenericPlatformMisc.h.