Writing benchmark data at the end of the game

This commit is contained in:
teinarss
2019-04-30 22:41:45 +02:00
committed by abcdefg30
parent 982291119c
commit 4fae77ed1c
5 changed files with 116 additions and 18 deletions

View File

@@ -22,8 +22,11 @@ namespace OpenRA
[Desc("Automatically start playing the given replay file.")]
public string Replay;
[Desc("Dump performance data into cpu.csv and render.csv in the logs folder.")]
public bool Benchmark;
[Desc("Dump performance data into cpu.csv and render.csv in the logs folder with the given prefix.")]
public string Benchmark;
[Desc("Automatically start playing the given map.")]
public string Map;
public LaunchArguments(Arguments args)
{