having a look at this perf stuff...
This commit is contained in:
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user