Navigation
API > API/Developer > API/Developer/ProfilerService
References
Module | ProfilerService |
Header | /Engine/Source/Developer/ProfilerService/Public/IProfilerServiceManager.h |
Include | #include "IProfilerServiceManager.h" |
Syntax
struct FProfilerCycleCounter
Remarks
Type definition for the profiler data packet.
Variables
Type | Name | Description | |
---|---|---|---|
![]() |
uint32 | CallsPerFrame | |
![]() |
double | FrameStart | |
![]() |
uint32 | GroupId | |
![]() |
uint32 | InstanceId | |
![]() |
uint32 | ParentId | |
![]() |
uint32 | ParentInstanceId | |
![]() |
uint32 | StatId | |
![]() |
uint32 | ThreadId | |
![]() |
uint32 | Value |