Perf debug

This commit is contained in:
Paul Chote
2011-05-12 17:39:34 +12:00
parent 00f0773dc1
commit be79529d9e
6 changed files with 94 additions and 1 deletions

View File

@@ -34,9 +34,11 @@ namespace OpenRA.GameRules
public class DebugSettings
{
public bool BotDebug = false;
public bool PerfText = false;
public bool PerfGraph = false;
public float LongTickThreshold = 0.001f;
public bool SanityCheckUnsyncedCode = false;
public int Samples = 25;
}
public class GraphicSettings