Navigation
API > API/Runtime > API/Runtime/Core > API/Runtime/Core/Stats
Inheritance Hierarchy
- FTlsAutoCleanup
- TThreadSingleton
- FThreadIdleStats
References
Module | Core |
Header | /Engine/Source/Runtime/Core/Public/Stats/Stats2.h |
Include | #include "Stats/Stats2.h" |
Syntax
class FThreadIdleStats : public TThreadSingleton< FThreadIdleStats >
Remarks
This is thread-private information about the thread idle stats, which we always collect, even in final builds
Variables
Type | Name | Description | |
---|---|---|---|
![]() |
bool | bInIdleScope | |
![]() |
int | IsCriticalPathCounter | |
![]() |
uint32 | Waits | Total cycles we waited for sleep or event. |
![]() |
uint32 | WaitsCriticalPath | Total cycles we waited for sleep or event on the critical path. |
Constructors
No constructors are accessible with public or protected access.
Functions
Type | Name | Description | |
---|---|---|---|
![]() ![]() |
void | ||
![]() ![]() |
void | ||
![]() ![]() |
bool | ||
![]() |
void | Reset () |
Classes
Type | Name | Description | |
---|---|---|---|
![]() |
FScopeIdle | ||
![]() |
FScopeNonCriticalPath |