IEditableTimingProfilerProvider::GetCpuThreadEditableTimeline

Get an object to receive ordered timeline events for a thread.

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

References

   
Module TraceServices
Header /Engine/Source/Developer/TraceServices/Public/TraceServices/Model/TimingProfiler.h
Include #include "TraceServices/Model/TimingProfiler.h"
[IEditableTimeline](API\Developer\TraceServices\Model\IEditableTimeline)< [FTimingProfilerEvent](API\Developer\TraceServices\TraceServices\Model\FTimingProfilerEvent) > & GetCpuThreadEditableTimeline
(
    uint32 ThreadId
)

Remarks

Get an object to receive ordered timeline events for a thread. The object to receive the serial events for the specified thread.

Parameters

Name Description
ThreadId The thread for which the events are for.

Ask questions and help your peers Developer Forums

Write your own tutorials or read those from others Learning Library