#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. | |