Open 3D Engine AzCore API Reference 23.10.0
O3DE is an open-source, fully-featured, high-fidelity, modular 3D engine for building games and simulations, available to every industry.
AZ::Debug::Timer Class Reference

#include <Timer.h>

Public Member Functions

AZ_FORCE_INLINE void Stamp ()
 Stores the current time in the timer.
 
AZ_FORCE_INLINE float GetDeltaTimeInSeconds () const
 Return delta time from the last MarkTime() in seconds.
 
AZ_FORCE_INLINE AZStd::sys_time_t GetDeltaTimeInTicks () const
 Return delta time from the last MarkTime() in ticks.
 
AZ_FORCE_INLINE float StampAndGetDeltaTimeInSeconds ()
 Return delta time from the last MarkTime() in seconds and sets sets the current time.
 
AZ_FORCE_INLINE AZStd::sys_time_t StampAndGetDeltaTimeInTicks ()
 Return delta time from the last MarkTime() in ticks and sets sets the current time.
 

Detailed Description


The documentation for this class was generated from the following file: