Navigation
API > API/Developer > API/Developer/TraceServices > API/Developer/TraceServices/IEditableTimingProfilerProvider
Overloads
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
virtual uint32 AddTimer
(
ETimingProfilerTimerType Type |
Adds/registers a new timer. | TraceServices/Model/TimingProfiler.h | |
virtual uint32 AddTimer
(
ETimingProfilerTimerType Type, |
Adds/registers a new timer. | TraceServices/Model/TimingProfiler.h | |
virtual uint32 AddTimer
(
ETimingProfilerTimerType Type, |
Adds/registers a new timer. | TraceServices/Model/TimingProfiler.h |
AddTimer(ETimingProfilerTimerType)
Description
Adds/registers a new timer.
| Name | AddTimer |
| Type | function |
| Header File | /Engine/Source/Developer/TraceServices/Public/TraceServices/Model/TimingProfiler.h |
| Include Path | #include "TraceServices/Model/TimingProfiler.h" |
virtual uint32 AddTimer
(
ETimingProfilerTimerType Type
)
The identity of the new timer.
Parameters
| Name | Remarks |
|---|---|
| Type | The type of the new timer. |
AddTimer(ETimingProfilerTimerType, FStringView)
Description
Adds/registers a new timer.
| Name | AddTimer |
| Type | function |
| Header File | /Engine/Source/Developer/TraceServices/Public/TraceServices/Model/TimingProfiler.h |
| Include Path | #include "TraceServices/Model/TimingProfiler.h" |
virtual uint32 AddTimer
(
ETimingProfilerTimerType Type,
FStringView Name
)
The identity of the new timer.
Parameters
| Name | Remarks |
|---|---|
| Type | The type of the new timer. |
| Name | The name attached to the timer. |
AddTimer(ETimingProfilerTimerType, FStringView, const TCHAR *, uint32)
Description
Adds/registers a new timer.
| Name | AddTimer |
| Type | function |
| Header File | /Engine/Source/Developer/TraceServices/Public/TraceServices/Model/TimingProfiler.h |
| Include Path | #include "TraceServices/Model/TimingProfiler.h" |
virtual uint32 AddTimer
(
ETimingProfilerTimerType Type,
FStringView Name,
const TCHAR * File,
uint32 Line
)
The identity of the new timer.
Parameters
| Name | Remarks |
|---|---|
| Type | The type of the new timer. |
| Name | The name attached to the timer. |
| File | The source file in which the timer is defined. |
| Line | The line number of the source file in which the timer is defined. |