Navigation
API > API/Runtime > API/Runtime/RHI
Inheritance Hierarchy
- FGPUProfilerEventNodeFrame
- FOpenGLEventNodeFrame
References
| Module | RHI |
| Header | /Engine/Source/Runtime/RHI/Public/GPUProfiler.h |
| Include | #include "GPUProfiler.h" |
Syntax
struct FGPUProfilerEventNodeFrame
Remarks
An entire frame of perf event nodes, including ancillary timers.
Variables
| Type | Name | Description | |
|---|---|---|---|
| TArray< TRefCountPtr< FGPUProfilerEventNode > > | EventTree | Root nodes of the perf event tree. |
Destructors
| Type | Name | Description | |
|---|---|---|---|
Functions
| Type | Name | Description | |
|---|---|---|---|
| void | Dumps perf event information, blocking on GPU. | ||
| void | EndFrame () |
End this frame of per tracking, but do not block yet | |
| float | Calculates root timing base frequency (if needed by this RHI) | ||
| void | D3D11 Hack | ||
| bool | |||
| void | StartFrame () |
Start this frame of per tracking |