uint64_t Ocular::Core::Timer::getElapsedMS |
( |
| ) |
|
Returns the amount of time elapsed since start was called.
If the timer is stopped, then the elapsed time does not increment.
- Returns
- Amount of time elapsed in milliseconds
void Ocular::Core::Timer::reset |
( |
| ) |
|
void Ocular::Core::Timer::start |
( |
| ) |
|
void Ocular::Core::Timer::stop |
( |
| ) |
|
The documentation for this class was generated from the following files:
- C:/Projects/OcularEngine/OcularCore/include/Time/Timer.hpp
- C:/Projects/OcularEngine/OcularCore/src/Time/Timer.cpp