FGPUProfilerEventNodeStats

Stats for a single perf event node.

Windows
MacOS
Linux

Inheritance Hierarchy

References

Module

RHI

Header

/Engine/Source/Runtime/RHI/Public/GPUProfiler.h

Include

#include "GPUProfiler.h"

Syntax

class FGPUProfilerEventNodeStats : public FRefCountedObject

Remarks

Stats for a single perf event node.

Variables

Name Description

Public variable

FIntVector

 

GroupCount

Public variable

uint32

 

NumDispatches

Compute stats

Public variable

uint32

 

NumDraws

Exclusive number of draw calls rendered in this event.

Public variable

uint32

 

NumEvents

Inclusive number of other perf events that this is the parent of.

Public variable

uint32

 

NumPrimitives

Exclusive number of primitives rendered in this event.

Public variable

uint32

 

NumTotalDispatches

Public variable

uint32

 

NumTotalDraws

Inclusive number of draw calls rendered in this event and children.

Public variable

uint32

 

NumTotalPrimitives

Inclusive number of primitives rendered in this event and children.

Public variable

uint32

 

NumTotalVertices

Inclusive number of vertices rendered in this event and children.

Public variable

uint32

 

NumVertices

Exclusive number of vertices rendered in this event.

Public variable

float

 

TimingResult

GPU time spent inside the perf event's begin and end, in ms.

Constructors

Name Description

Public function

FGPUProfilerEventNodeStats()

Operators

Name Description

Public function

const FGPUPr...

 

operator+=

(
    const FGPUProfilerEventNodeStats& ...
)

Help shape the future of Unreal Engine documentation! Tell us how we're doing so we can serve you better.
Take our survey
Dismiss