Remove statistics profiler

Signed-off-by: Jeremy Ong <jcong@amazon.com>
This commit is contained in:
Jeremy Ong
2021-08-17 14:51:29 -06:00
parent df9b4d4a2f
commit a5f072f7a9
28 changed files with 41 additions and 2332 deletions
@@ -700,7 +700,7 @@ namespace GridMate
{
if (IsUsingFixedTimeStep())
{
return static_cast<AZ::u32>(m_fixedTimeStep.CurrentTime());
return static_cast<AZ::u32>(m_fixedTimeStep.GetCurrentTime());
}
else
{
@@ -302,7 +302,7 @@ namespace GridMate
// this could allow for changing on the fly but it would need to ensure that if it were in the middle of a second, that the new rate would result in landing on the
}
AZ::u64 CurrentTime() const
AZ::u64 GetCurrentTime() const
{
return m_currentTime;
}