put perf in its own channel

This commit is contained in:
Chris Forbes
2010-06-11 18:14:25 +12:00
parent 5d823d8e6e
commit ee0f90708f
3 changed files with 3 additions and 2 deletions

View File

@@ -35,6 +35,7 @@ namespace OpenRA
{
// brutal hack
Application.CurrentCulture = CultureInfo.InvariantCulture;
Log.AddChannel("perf", "openra.perf.txt", false, false);
if (Debugger.IsAttached)
{