eLynx SDK
v3.3.0 C++ image processing API reference |
Class to get elapsed time in platform independent way. More...
#include <Timer.h>
Public Member Functions | |
Timer () | |
Constructor. | |
void | Start () |
Initiates timer. | |
long | Stop () const |
Returns the number of milliseconds elapsed sinse the last call to Start. |
Class to get elapsed time in platform independent way.
long eLynx::Timer::Stop | ( | ) | const |
Returns the number of milliseconds elapsed sinse the last call to Start.