Navigation
API > API/Runtime > API/Runtime/ApplicationCore
| Name | FSynthBenchmarkResults |
| Type | struct |
| Header File | /Engine/Source/Runtime/ApplicationCore/Public/GenericPlatform/GenericPlatformSurvey.h |
| Include Path | #include "GenericPlatform/GenericPlatformSurvey.h" |
Syntax
struct FSynthBenchmarkResults
Variables
Public
| Name | Type | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|---|
| CPUStats | FSynthBenchmarkStat | GenericPlatform/GenericPlatformSurvey.h | ||
| GPUStats | FSynthBenchmarkStat | GenericPlatform/GenericPlatformSurvey.h |
Functions
Public
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
float ComputeCPUPerfIndex
(
TArray< float >* OutIndividualResults |
100: avg good CPU, <100:slower, >100:faster | GenericPlatform/GenericPlatformSurvey.h | |
float ComputeGPUPerfIndex
(
TArray< float >* OutIndividualResults |
100: avg good GPU, <100:slower, >100:faster | GenericPlatform/GenericPlatformSurvey.h | |
float ComputeTotalGPUTime() |
GenericPlatform/GenericPlatformSurvey.h |