Class Timer

Inheritance Relationships

Derived Types

Class Documentation

class Timer

Helper to keep track of time.

Subclassed by LoggingScopeTimer, StopTimer

Public Functions

Timer()
Timer(Timer&)
virtual ~Timer()
float getTimeMs() const
float getTimeNs() const

Public Static Functions

static TimePoint Now()

Protected Attributes

TimePoint m_StartTime
TimePoint m_EndTime

Protected Static Attributes

const std::chrono::high_resolution_clock s_Clock