You can use this to manually time something.
More...
#include <Time.hpp>
You can use this to manually time something.
Definition at line 114 of file Time.hpp.
◆ ManualTimer()
| Cori::Core::ManualTimer::ManualTimer |
( |
| ) |
|
|
default |
◆ ~ManualTimer()
| Cori::Core::ManualTimer::~ManualTimer |
( |
| ) |
|
|
default |
◆ End()
| double Cori::Core::ManualTimer::End |
( |
| ) |
const |
|
nodiscard |
Stops the manual timer.
- Returns
- Elapsed time in milliseconds.
Definition at line 93 of file Time.cpp.
◆ Start()
| void Cori::Core::ManualTimer::Start |
( |
| ) |
|
Start the manual timer.
Definition at line 89 of file Time.cpp.
The documentation for this class was generated from the following files: