Better perf logging

This commit is contained in:
Paul Chote
2010-09-17 10:02:24 +12:00
parent b94c2fc7c4
commit a3246866fb
3 changed files with 12 additions and 7 deletions

View File

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