Navigation
API > API/Developer > API/Developer/TraceServices > API/Developer/TraceServices/ITimingProfilerTimerReader
Description
Gets the timer info. The returned pointer is only valid in the current ITimingProfilerTimerReader lock scope.
| Name | GetTimer |
| Type | function |
| Header File | /Engine/Source/Developer/TraceServices/Public/TraceServices/Model/TimingProfiler.h |
| Include Path | #include "TraceServices/Model/TimingProfiler.h" |
const FTimingProfilerTimer * GetTimer
(
uint32 TimerId
) const
The timer info.
Parameters
| Name | Remarks |
|---|---|
| TimerId | A valid timer id (index in the [0 .. TimerCount-1] range) or a bit inverted metadata id (index in the metadata table). |