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

@@ -104,7 +104,7 @@ namespace OpenRA
a( x );
var dt = sw.ElapsedTime() - t;
if( dt > time )
Log.Write("debug", text, x, dt * 1000);
Log.Write("perf", text, x, dt * 1000);
} );
}
}