Ark Server API (ASA) - Wiki
Loading...
Searching...
No Matches
FContextSwitchStats Struct Reference

#include <GenericPlatformMisc.h>

Public Attributes

uint64 VoluntaryContextSwitches = 0
 
uint64 InvoluntaryContextSwitches = 0
 
uint64 TotalContextSwitches = 0
 

Detailed Description

Different types of Context Switch stats

Definition at line 506 of file GenericPlatformMisc.h.

Member Data Documentation

◆ InvoluntaryContextSwitches

uint64 FContextSwitchStats::InvoluntaryContextSwitches = 0

Context switches that were involuntary (e.g. quantum reached/exceeded - platform dependent)

Definition at line 512 of file GenericPlatformMisc.h.

◆ TotalContextSwitches

uint64 FContextSwitchStats::TotalContextSwitches = 0

All context switch types

Definition at line 515 of file GenericPlatformMisc.h.

◆ VoluntaryContextSwitches

uint64 FContextSwitchStats::VoluntaryContextSwitches = 0

Context switches that occurred voluntarily (e.g. yield - platform dependent)

Definition at line 509 of file GenericPlatformMisc.h.


The documentation for this struct was generated from the following file: