![]() |
UDocumentation UE5.7 10.02.2026 (Source)
API documentation for Unreal Engine 5.7
|
#include <MetalProfiler.h>
Inheritance diagram for FMetalEventNode:Public Member Functions | |
| FMetalEventNode (FMetalRHICommandContext &InContext, const TCHAR *InName, FGPUProfilerEventNode *InParent, bool bIsRoot, bool bInFullProfiling) | |
| virtual | ~FMetalEventNode () |
| virtual float | GetTiming () override |
| virtual void | StartTiming () override |
| virtual void | StopTiming () override |
| bool | IsRoot () const |
| uint64 | GetCycles () |
Public Attributes | |
| FMetalSyncPoint * | SyncPoint = nullptr |
| uint64 | StartTime |
| uint64 | EndTime |
A single perf event node, which tracks information about a appBeginDrawEvent/appEndDrawEvent range.
|
inline |
|
virtual |
|
inline |
|
overridevirtual |
Returns the time in ms that the GPU spent in this draw event. This blocks the CPU if necessary, so can cause hitching.
|
inline |
|
overridevirtual |
|
overridevirtual |
| uint64 FMetalEventNode::EndTime |
| uint64 FMetalEventNode::StartTime |
| FMetalSyncPoint* FMetalEventNode::SyncPoint = nullptr |