Fixes AzToolsFramework

Signed-off-by: Esteban Papp <81431996+amznestebanpapp@users.noreply.github.com>
This commit is contained in:
Esteban Papp
2021-09-03 15:08:43 -07:00
parent 28795c8f5c
commit 2f71b28b97
6 changed files with 27 additions and 9 deletions
@@ -50,7 +50,7 @@ namespace Benchmark
SetupPrefabSystem();
}
void BM_Prefab::SetUp(::benchmark::State & state)
void BM_Prefab::internalSetUp(const benchmark::State& state)
{
AZ::Debug::TraceMessageBus::Handler::BusConnect();
@@ -59,7 +59,7 @@ namespace Benchmark
SetupPrefabSystem();
}
void BM_Prefab::TearDown(::benchmark::State & state)
void BM_Prefab::internalTearDown(const benchmark::State& state)
{
m_paths = {};