put perf in its own channel
This commit is contained in:
@@ -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);
|
||||
} );
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user