![]() |
UDocumentation UE5.7 10.02.2026 (Source)
API documentation for Unreal Engine 5.7
|
#include <MetalProfiler.h>
Inheritance diagram for FMetalEventNodeFrame:Public Member Functions | |
| FMetalEventNodeFrame (FMetalRHICommandContext &InContext, bool bInFullProfiling) | |
| virtual | ~FMetalEventNodeFrame () |
| virtual void | StartFrame () override |
| virtual void | EndFrame () override |
| virtual float | GetRootTimingResults () override |
| virtual void | LogDisjointQuery () override |
Public Attributes | |
| FMetalEventNode * | RootNode |
| bool | bFullProfiling |
An entire frame of perf event nodes, including ancillary timers.
|
inline |
|
inlinevirtual |
|
overridevirtual |
End this frame of per tracking, but do not block yet
|
overridevirtual |
Calculates root timing base frequency (if needed by this RHI)
|
overridevirtual |
|
overridevirtual |
Start this frame of per tracking
| bool FMetalEventNodeFrame::bFullProfiling |
| FMetalEventNode* FMetalEventNodeFrame::RootNode |