| bIncludeOldGpu1 |
bool |
A boolean value to specify if aggregation should include the old GPU timeline. |
TraceServices/Model/TimingProfiler.h |
|
| bIncludeOldGpu2 |
bool |
A boolean value to specify if aggregation should include the old GPU timeline. |
TraceServices/Model/TimingProfiler.h |
|
| bIncludeVerseSampling |
bool |
A boolean value to specify if aggregation should include the Verse Sampling timeline. |
TraceServices/Model/TimingProfiler.h |
|
| CancellationToken |
TSharedPtr< TraceServices::FCancellationToken > |
|
TraceServices/Model/TimingProfiler.h |
|
| CpuThreadFilter |
TFunction< bool(uint32)> |
A function to filter (by Thread Id) the CPU threads to aggregate. |
TraceServices/Model/TimingProfiler.h |
|
| CustomTimelines |
TArray< const ITimingProfilerTimeline * > |
A list of additional custom timelines to aggregate. |
TraceServices/Model/TimingProfiler.h |
|
| FrameType |
ETraceFrameType |
The type of frame to use for frame stats aggregation. ETraceFrameType::TraceFrameType_Count means no frame aggregation. |
TraceServices/Model/TimingProfiler.h |
|
| GpuQueueFilter |
TFunction< bool(uint32)> |
A function to filter (by GPU Queue Id) the GPU queues to aggregate. |
TraceServices/Model/TimingProfiler.h |
|
| IntervalEnd |
double |
The end timestamp in seconds. |
TraceServices/Model/TimingProfiler.h |
|
| IntervalStart |
double |
The start timestamp in seconds. |
TraceServices/Model/TimingProfiler.h |
|
| SortBy |
ESortBy |
Whether to sort the table by a field. |
TraceServices/Model/TimingProfiler.h |
|
| SortOrder |
ESortOrder |
The sorting order. |
TraceServices/Model/TimingProfiler.h |
|
| TableEntryLimit |
int |
Limit the entries in aggregation (e.g. "top 100") |
TraceServices/Model/TimingProfiler.h |
|