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

#include <GenericPlatformTime.h>

Public Member Functions

 FCPUTime (float InCPUTimePct, float InCPUTimePctRelative)
 
FCPUTimeoperator+= (const FCPUTime &Other)
 

Public Attributes

float CPUTimePct
 
float CPUTimePctRelative
 

Detailed Description

Contains CPU utilization data.

Definition at line 15 of file GenericPlatformTime.h.

Constructor & Destructor Documentation

◆ FCPUTime()

FCPUTime::FCPUTime ( float InCPUTimePct,
float InCPUTimePctRelative )
inline

Initialization constructor.

Definition at line 18 of file GenericPlatformTime.h.

+ Here is the caller graph for this function:

Member Function Documentation

◆ operator+=()

FCPUTime & FCPUTime::operator+= ( const FCPUTime & Other)
inline

Definition at line 23 of file GenericPlatformTime.h.

Member Data Documentation

◆ CPUTimePct

float FCPUTime::CPUTimePct

Percentage CPU utilization for the last interval.

Definition at line 31 of file GenericPlatformTime.h.

◆ CPUTimePctRelative

float FCPUTime::CPUTimePctRelative

Percentage CPU utilization for the last interval relative to one core, so if CPUTimePct is 8.0% and you have 6 core this value will be 48.0%.

Definition at line 35 of file GenericPlatformTime.h.


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