Files
UnrealEngine/Samples/Games/Lyra/Build/ProfileGo/ProfileGo.json
Brandyn / Techy fcc1b09210 init
2026-04-04 15:40:51 -05:00

90 lines
1.6 KiB
JSON

{
"Scenarios": [
{
"name": "AutomatedPerfTestStaticCamera",
"position": {
"x": -120,
"y": -180,
"z": -640
},
"orientation": {
"pitch": 0,
"yaw": 0,
"roll": 0
},
"onBegin": "",
"overrideCommands": "",
"onEnd": "",
"autoGenerated": false,
"skipRunCommands": false
},
{
"name": "AutomatedPerfTestStaticCamera2",
"position": {
"x": -120,
"y": 390,
"z": -640
},
"orientation": {
"pitch": 0,
"yaw": 0,
"roll": 0
},
"onBegin": "",
"overrideCommands": "",
"onEnd": "",
"autoGenerated": false,
"skipRunCommands": false
},
{
"name": "AutomatedPerfTestStaticCamera3",
"position": {
"x": -120,
"y": -730,
"z": -640
},
"orientation": {
"pitch": 0,
"yaw": 0,
"roll": 0
},
"onBegin": "",
"overrideCommands": "",
"onEnd": "",
"autoGenerated": false,
"skipRunCommands": false
}
],
"Collections": [
{
"name": "Default",
"scenarios": "AutomatedPerfTestStaticCamera,AutomatedPerfTestStaticCamera2,AutomatedPerfTestStaticCamera3"
}
],
"Commands": [
{
"group": "profileperfspinning",
"command": "begin csvprofile --filename={Location}",
"wait": 1,
"log": "",
"copyOutputToGameLog": true,
"waitForCallback": false
},
{
"group": "profileperfspinning",
"command": "RunPawnScriptLocally Spin720Clockwise20Seconds",
"wait": 20,
"log": "",
"copyOutputToGameLog": true,
"waitForCallback": false
},
{
"group": "profileperfspinning",
"command": "end csvprofile",
"wait": 1,
"log": "",
"copyOutputToGameLog": true,
"waitForCallback": false
}
]
}