![]() |
VectorNav C++ Library
|
Provides simple timing capabilities. More...
#include <vntime.h>
Public Member Functions | |
| Stopwatch () | |
| Creates a new Stopwatch and starts timing. | |
| void | reset () |
| Resets the Stopwatch. | |
| float | elapsedMs () |
| Gets the elapsed time in milliseconds. More... | |
Provides simple timing capabilities.
| float vn::xplat::Stopwatch::elapsedMs | ( | ) |
Gets the elapsed time in milliseconds.
1.8.10