Navigation
API > API/Runtime > API/Runtime/RHI
Stats for a single perf event node.
| Name | FGPUProfilerEventNodeStats |
| Type | class |
| Header File | /Engine/Source/Runtime/RHI/Public/GPUProfiler.h |
| Include Path | #include "GPUProfiler.h" |
Syntax
class FGPUProfilerEventNodeStats : public FRefCountedObject
Inheritance Hierarchy
- FRefCountedObject → FGPUProfilerEventNodeStats
Derived Classes
Constructors
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
| GPUProfiler.h | |||
FGPUProfilerEventNodeStats
(
const FGPUProfilerEventNodeStats& rhs |
GPUProfiler.h |
Variables
Public
| Name | Type | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|---|
| GroupCount | FIntVector | GPUProfiler.h | ||
| NumDispatches | uint32 | Compute stats | GPUProfiler.h | |
| NumDraws | uint32 | Exclusive number of draw calls rendered in this event. | GPUProfiler.h | |
| NumEvents | uint32 | Inclusive number of other perf events that this is the parent of. | GPUProfiler.h | |
| NumPrimitives | uint32 | Exclusive number of primitives rendered in this event. | GPUProfiler.h | |
| NumTotalDispatches | uint32 | GPUProfiler.h | ||
| NumTotalDraws | uint32 | Inclusive number of draw calls rendered in this event and children. | GPUProfiler.h | |
| NumTotalPrimitives | uint32 | Inclusive number of primitives rendered in this event and children. | GPUProfiler.h | |
| NumTotalVertices | uint32 | Inclusive number of vertices rendered in this event and children. | GPUProfiler.h | |
| NumVertices | uint32 | Exclusive number of vertices rendered in this event. | GPUProfiler.h | |
| TimingResult | float | GPU time spent inside the perf event's begin and end, in ms. | GPUProfiler.h |
Functions
Public
Operators
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
const FGPUProfilerEventNodeStats operator+=
(
const FGPUProfilerEventNodeStats& rhs |
GPUProfiler.h |