Navigation
API > API/Runtime > API/Runtime/Core
| Name | FCPUStatTime |
| Type | struct |
| Header File | /Engine/Source/Runtime/Core/Public/GenericPlatform/GenericPlatformProcess.h |
| Include Path | #include "GenericPlatform/GenericPlatformProcess.h" |
Syntax
struct FCPUStatTime
Variables
Public
| Name | Type | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|---|
| IdleTime | uint64_t | GenericPlatform/GenericPlatformProcess.h | ||
| IOWaitTime | uint64_t | GenericPlatform/GenericPlatformProcess.h | ||
| IRQTime | uint64_t | GenericPlatform/GenericPlatformProcess.h | ||
| NiceTime | uint64_t | GenericPlatform/GenericPlatformProcess.h | ||
| SoftIRQTime | uint64_t | GenericPlatform/GenericPlatformProcess.h | ||
| SystemTime | uint64_t | GenericPlatform/GenericPlatformProcess.h | ||
| TotalTime | uint64_t | GenericPlatform/GenericPlatformProcess.h | ||
| UserTime | uint64_t | GenericPlatform/GenericPlatformProcess.h |