You've already forked UnrealEngineUWP
mirror of
https://github.com/izzy2lost/UnrealEngineUWP.git
synced 2026-03-26 18:15:20 -07:00
The baseline telemetry csv files are an artifact of a build that are stashed in revision control used to compare telemetry values against bleeding edge builds to detect regressions. Add support to IterationProfile.xml for stashing and retrieving a specific build's telemetry data for blessing as the baseline for which builds are compared. Add SummarizeTraceCommandlet support to ingest the blessed telemetry csv for comparison against the current build. Add warning and error threshold columns to stats.csv, and add support for percentage and cardinal value ascending overage and descending underage. Restructure CSV loading to pull some complexity out of the Commandlet::Main. The baseline telemetry csvs included in this change are from @16364136. #jira UETOOL-3433 #rb tbd #preflight 60a46e1565d94d0001225cfe [CL 16405602 by geoff evans in ue5-main branch]
2 lines
167 B
Batchfile
Executable File
2 lines
167 B
Batchfile
Executable File
@call %~dp0RunUAT.bat BuildGraph -Script=Engine/Build/IterationProfile.xml -Target="Run Iteration Profile Tests" -append:ProjectNames="ShooterGame" -set:Win64=true %*
|