![]() |
UDocumentation UE5.7 10.02.2026 (Source)
API documentation for Unreal Engine 5.7
|
#include <MetalProfiler.h>
Inheritance diagram for FMetalCPUStats:Public Member Functions | |
| FMetalCPUStats (FString const &Name) | |
| virtual | ~FMetalCPUStats () |
| void | Start (void) |
| void | End (void) |
| virtual void | Start (MTL::CommandBuffer *&CommandBuffer) final override |
| virtual void | End (MTL::CommandBuffer *&CommandBuffer) final override |
Public Member Functions inherited from IMetalStatsScope | |
| virtual | ~IMetalStatsScope () |
| FString | GetJSONRepresentation (uint32 PID) |
Additional Inherited Members | |
Public Attributes inherited from IMetalStatsScope | |
| FString | Name |
| FString | Parent |
| TArray< IMetalStatsScope * > | Children |
| uint64 | CPUStartTime |
| uint64 | CPUEndTime |
| uint64 | GPUStartTime |
| uint64 | GPUEndTime |
| uint64 | CPUThreadIndex |
| uint64 | GPUThreadIndex |
| FMetalCPUStats::FMetalCPUStats | ( | FString const & | Name | ) |
|
virtual |
|
finaloverridevirtual |
Implements IMetalStatsScope.
|
finaloverridevirtual |
Implements IMetalStatsScope.