Navigation
API > API/Developer > API/Developer/ProfilerService
References
| Module | ProfilerService |
| Header | /Engine/Source/Developer/ProfilerService/Public/IProfilerServiceManager.h |
| Include | #include "IProfilerServiceManager.h" |
Syntax
struct FStatMetaData
Remarks
Structure holding the meta data describing the various stats and data associated with them
Variables
| Type | Name | Description | |
|---|---|---|---|
| FCriticalSection * | CriticalSection | Critical section used to lock the meta data for access | |
| TMap< uint32, FStatGroupDescription > | GroupDescriptions | Group descriptions | |
| double | SecondsPerCycle | Seconds per cycle | |
| TMap< uint32, FStatDescription > | StatDescriptions | Stat descriptions | |
| TMap< uint32, FString > | ThreadDescriptions | Thread descriptions |
Functions
| Type | Name | Description | |
|---|---|---|---|
| const uint32 |