Navigation
API > API/Developer > API/Developer/TraceServices
TraceServices.
Copyright Epic Games, Inc. All Rights Reserved.
TraceServices
| Name | TraceServices::ETimingProfilerTimerType |
| Type | enum |
| Header File | /Engine/Source/Developer/TraceServices/Public/TraceServices/Model/TimingProfiler.h |
| Include Path | #include "TraceServices/Model/TimingProfiler.h" |
Syntax
namespace TraceServices
{
enum ETimingProfilerTimerType
{
CpuScope,
CpuSampling,
GpuScope,
VerseSampling,
Count,
CPU = CpuScope,
GPU = GpuScope,
Verse = VerseSampling,
}
}
Values
| Name | Remarks |
|---|---|
| CpuScope | |
| CpuSampling | |
| GpuScope | |
| VerseSampling | |
| Count | |
| CPU | |
| GPU | |
| Verse |