UDocumentation UE5.7 10.02.2026 (Source)
API documentation for Unreal Engine 5.7
FUnixTimeInternal::FThreadCPUStats Struct Reference

Public Attributes

float ThreadCPUUtilization = 0.f
 
float ThreadCPUUtilizationNormalized = 0.f
 
uint64 LastIntervalThreadTimeNS = 0
 

Member Data Documentation

◆ LastIntervalThreadTimeNS

uint64 FUnixTimeInternal::FThreadCPUStats::LastIntervalThreadTimeNS = 0

The per-thread CPU processing time (kernel + user) from the last update

◆ ThreadCPUUtilization

float FUnixTimeInternal::FThreadCPUStats::ThreadCPUUtilization = 0.f

Per-Thread CPU Utilization

◆ ThreadCPUUtilizationNormalized

float FUnixTimeInternal::FThreadCPUStats::ThreadCPUUtilizationNormalized = 0.f

Per-Thread CPU Utilization (per Core)


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