Add benchmarks for SpawnAllEntities call in SpawnableEntitiesManager (#5141)
* Add benchmarks for SpawnAllEntities call in SpawnableEntitiesManager Signed-off-by: srikappa-amzn <srikappa@amazon.com> * Minor changes to SpawnAllEntities benchmarks setup Signed-off-by: srikappa-amzn <srikappa@amazon.com> * Used aznumeric_cast and improved a function name Signed-off-by: srikappa-amzn <srikappa@amazon.com> * Fixed an invalid converstion from uint64_t to unsigned int Signed-off-by: srikappa-amzn <srikappa@amazon.com>
This commit is contained in:
@@ -60,6 +60,9 @@ set(FILES
|
||||
Prefab/Benchmark/PrefabLoadBenchmarks.cpp
|
||||
Prefab/Benchmark/PrefabUpdateInstancesBenchmarks.cpp
|
||||
Prefab/Benchmark/SpawnableCreateBenchmarks.cpp
|
||||
Prefab/Benchmark/Spawnable/SpawnableBenchmarkFixture.h
|
||||
Prefab/Benchmark/Spawnable/SpawnableBenchmarkFixture.cpp
|
||||
Prefab/Benchmark/Spawnable/SpawnAllEntitiesBenchmarks.cpp
|
||||
Prefab/PrefabFocus/PrefabFocusTests.cpp
|
||||
Prefab/MockPrefabFileIOActionValidator.cpp
|
||||
Prefab/MockPrefabFileIOActionValidator.h
|
||||
|
||||
Reference in New Issue
Block a user