CubbyFlow::Timer Class Reference
Simple timer class. More...
#include <Core/Utils/Timer.h>
Public Member Functions | |
| Timer () | |
| Constructs the timer and start ticking. More... | |
| double | DurationInSeconds () const |
| Returns the time duration since the creation or reset in seconds. More... | |
| void | Reset () |
| Resets the timer. More... | |
Detailed Description
Simple timer class.
Constructor & Destructor Documentation
◆ Timer()
| CubbyFlow::Timer::Timer | ( | ) |
Constructs the timer and start ticking.
Member Function Documentation
◆ DurationInSeconds()
| double CubbyFlow::Timer::DurationInSeconds | ( | ) | const |
Returns the time duration since the creation or reset in seconds.
◆ Reset()
| void CubbyFlow::Timer::Reset | ( | ) |
Resets the timer.
The documentation for this class was generated from the following file:
- Core/Utils/Timer.h
1.8.14