Navigation
API > API/Developer > API/Developer/ProfilerService
References
Module | ProfilerService |
Header | /Engine/Source/Developer/ProfilerService/Public/IProfilerServiceManager.h |
Include | #include "IProfilerServiceManager.h" |
Syntax
struct FProfilerDataFrame
Remarks
Type definition for a frame profiler data
Variables
Type | Name | Description | |
---|---|---|---|
![]() |
TArray< FProfilerCountAccumulator > | CountAccumulators | |
![]() |
TMap< uint32, TArray< FProfilerCycleCounter > > | CycleCounters | |
![]() |
TMap< uint32, FProfilerCycleGraph > | CycleGraphs | |
![]() |
TArray< FProfilerFloatAccumulator > | FloatAccumulators | |
![]() |
uint32 | Frame | |
![]() |
double | FrameStart | |
![]() |
bool | MetaDataUpdated |