Choose your operating system:
Windows
macOS
Linux
| FRefCountedObject
|
Module |
|
Header |
/Engine/Source/Runtime/RHI/Public/GPUProfiler.h |
Include |
#include "GPUProfiler.h" |
class FGPUProfilerEventNodeStats : public FRefCountedObject
Stats for a single perf event node.
Name | Description | ||
---|---|---|---|
|
GroupCount |
||
|
NumDispatches |
Compute stats |
|
|
NumDraws |
Exclusive number of draw calls rendered in this event. |
|
|
NumEvents |
Inclusive number of other perf events that this is the parent of. |
|
|
NumPrimitives |
Exclusive number of primitives rendered in this event. |
|
|
NumTotalDispatches |
||
|
NumTotalDraws |
Inclusive number of draw calls rendered in this event and children. |
|
|
NumTotalPrimitives |
Inclusive number of primitives rendered in this event and children. |
|
|
NumTotalVertices |
Inclusive number of vertices rendered in this event and children. |
|
|
NumVertices |
Exclusive number of vertices rendered in this event. |
|
|
float |
TimingResult |
GPU time spent inside the perf event's begin and end, in ms. |
Name | Description | |
---|---|---|
|
FGPUProfilerEventNodeStats() |
|
|
FGPUProfilerEventNodeStats ( |
Name | Description | ||
---|---|---|---|
|
const FGPUPr... |
operator+= ( |