having a look at this perf stuff...

This commit is contained in:
Chris Forbes
2010-03-28 10:34:43 +13:00
parent e1f6a741b8
commit 6b7d824b9b
7 changed files with 33 additions and 17 deletions

View File

@@ -166,7 +166,7 @@ namespace OpenRA
public int SyncHash()
{
using (new PerfSample("synchash"))
//using (new PerfSample("synchash"))
{
int ret = 0;
foreach (var a in Actors)