add a benchmark mode
This commit is contained in:
@@ -21,6 +21,9 @@ 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;
|
||||
|
||||
public LaunchArguments(Arguments args)
|
||||
{
|
||||
if (args == null)
|
||||
|
||||
Reference in New Issue
Block a user