[SIG-Network] Google benchmarks for network hierarchy components.

First google benchmarks for hierarchy components.
This commit is contained in:
Olex Lozitskiy
2021-10-05 08:23:14 -04:00
committed by GitHub
6 changed files with 768 additions and 0 deletions
@@ -193,6 +193,7 @@ namespace Multiplayer
friend class EntityReplicationManager;
friend class HierarchyTests;
friend class HierarchyBenchmarkBase;
};
bool NetworkRoleHasController(NetEntityRole networkRole);
@@ -96,5 +96,7 @@ namespace Multiplayer
//! Set to false when deactivating or otherwise not to be included in hierarchy considerations.
bool m_isHierarchyEnabled = true;
friend class HierarchyBenchmarkBase;
};
}