unreal.AutomatedPerfTestCSVOutputMode

class unreal.AutomatedPerfTestCSVOutputMode

Bases: EnumBase

EAutomated Perf Test CSVOutput Mode

C++ Source:

  • Plugin: AutomatedPerfTesting

  • Module: AutomatedPerfTesting

  • File: AutomatedPerfTestControllerBase.h

GRANULAR: AutomatedPerfTestCSVOutputMode = Ellipsis

Output granular CSVs during the test run, resulting in multiple CSVs between RunTest and TeardownTest.

Type:

2

SEPARATE: AutomatedPerfTestCSVOutputMode = Ellipsis

Output CSVs from RunTest to TeardownTest. May result into multiple output CSVs that require special processing.

Type:

1

SINGLE: AutomatedPerfTestCSVOutputMode = Ellipsis

Output a single CSV with all of the results for the entire session, from SetupTest to ExitTest.

Type:

0