UAutomationPerformaceHelper::WriteLogFile

Writes the current set of performance stats records to a csv file in the profiling directory.

Unreal Engine C++ API Reference > Developer > FunctionalTesting > UAutomationPerformaceHelper

References

   
Module FunctionalTesting
Header /Engine/Source/Developer/FunctionalTesting/Classes/FunctionalTest.h
Include #include "FunctionalTest.h"
Source /Engine/Source/Developer/FunctionalTesting/Private/FunctionalTest.cpp
void WriteLogFile
(
    const [FString](API\Runtime\Core\Containers\FString) & CaptureDir,
    const [FString](API\Runtime\Core\Containers\FString) & CaptureExtension
)

Remarks

Writes the current set of performance stats records to a csv file in the profiling directory. An additional directory and an extension override can also be used.


Ask questions and help your peers Developer Forums

Write your own tutorials or read those from others Learning Library