ITimingProfilerProvider::CreateButterfly

Create a table of aggregated stats.

Unreal Engine C++ API Reference > Developer > TraceServices > TraceServices > Model > ITimingProfilerProvider

References

   
Module TraceServices
Header /Engine/Source/Developer/TraceServices/Public/TraceServices/Model/TimingProfiler.h
Include #include "TraceServices/Model/TimingProfiler.h"
[ITimingProfilerButterfly](API\Developer\TraceServices\TraceServices\Model\ITimingProfilerButterfly) * CreateButterfly
(
    double IntervalStart,
    double IntervalEnd,
    [TFunctionRef](API\Runtime\Core\GenericPlatform\TFunctionRef)< bool(uint32)> CpuThreadFilter,
    bool IncludeGpu
) const

Remarks

Create a table of aggregated stats.

Parameters

Name Description
IntervalStart The start timestamp in seconds.
IntervalEnd The end timestamp in seconds.
CpuThreadFilter A function to filter the CPU threads to aggregate.
IncludeGpu A boolean value to specify if aggregaton should include GPU timelines.
FrameType The type of frame to use for frame stats aggregation. ETraceFrameType::TraceFrameType_Count means no frame aggregation.

Ask questions and help your peers Developer Forums

Write your own tutorials or read those from others Learning Library