FTimingProfilerTests

A class containing code for parametric tests for Insight functionality Intended to be called from automatic or user triggered tests

Unreal Engine C++ API Reference > Developer > TraceInsights > Insights > Tests

References

   
Module TraceInsights
Header /Engine/Source/Developer/TraceInsights/Public/Insights/Tests/TimingProfilerTests.h
Include #include "Insights/Tests/TimingProfilerTests.h"

Syntax

class FTimingProfilerTests  

Remarks

A class containing code for parametric tests for Insight functionality Intended to be called from automatic or user triggered tests

Functions

Type Name Description
uint32 GetTimelineIndex ( const TCHAR* InName )  
void RunEnumerateAllTracksBenchmark ( const FEnumerateTestParams& InPara..., FCheckValues& OutCheckValues )  
void RunEnumerateAsyncAllTracksBenchmark ( const FEnumerateTestParams& InPara..., FCheckValues& OutCheckValues )  
void RunEnumerateAsyncBenchmark ( const FEnumerateTestParams& InPara..., FCheckValues& OutCheckValues )  
void RunEnumerateBenchmark ( const FEnumerateTestParams& InPara..., FCheckValues& OutCheckValues )  
bool RunEnumerateSyncAsyncComparisonTest ( FAutomationTestBase& Test, const FEnumerateTestParams& InPara..., bool bGameThreadOnly )  
void VerifyCheckValues ( FAutomationTestBase& Test, FCheckValues First, FCheckValues Second )  

Classes

Type Name Description
Public struct FCheckValues  
Public struct FEnumerateTestParams  

Ask questions and help your peers Developer Forums

Write your own tutorials or read those from others Learning Library