Navigation
Unreal Engine C++ API Reference > Developer > TraceServices > TraceServices > Model
Inheritance Hierarchy
References
Module | TraceServices |
Header | /Engine/Source/Developer/TraceServices/Public/TraceServices/Model/TimingProfiler.h |
Include | #include "TraceServices/Model/TimingProfiler.h" |
Syntax
class ITimingProfilerProvider : public [TraceServices::IProvider](API\Developer\TraceServices\TraceServices\Model\IProvider)
Destructors
Type | Name | Description |
---|---|---|
~ITimingProfilerProvider () |
Functions
Type | Name | Description |
---|---|---|
ITable< FTim... | CreateAggregation ( const FCreateAggreationParams& Par... ) | Create a table of aggregated stats. |
ITimingProfi... | CreateButterfly ( double IntervalStart, double IntervalEnd, TFunctionRef< bool(uint32)> CpuThre..., bool IncludeGpu ) | Create a table of aggregated stats. |
void | EnumerateTimelines ( TFunctionRef< void(const Timeline&... ) | |
bool | GetCpuThreadTimelineIndex ( uint32 ThreadId, uint32& OutTimelineIndex ) | |
bool | GetGpu2TimelineIndex ( uint32& OutTimelineIndex ) | |
bool | GetGpuTimelineIndex ( uint32& OutTimelineIndex ) | |
uint32 | GetTimelineCount () | |
bool | ReadTimeline ( uint32 Index, TFunctionRef< void(const Timeline&... ) | |
void | ReadTimers ( TFunctionRef< void(const ITimingPro... ) |
Typedefs
Name | Description |
---|---|
Timeline |