|
0.45.0
|
#include <iStopWatch.h>
Public Member Functions | |
| void | start () |
| void | stop () |
| bool | isRunning () const |
| iaTime | getTime () const |
use this for meshuring time
measurement does not exclue the meashure overhead
| iaTime igor::iStopWatch::getTime | ( | ) | const |
if it is still running it returns the difference between start and current time
| bool igor::iStopWatch::isRunning | ( | ) | const |
| void igor::iStopWatch::start | ( | ) |
saves current time as start time in ms
| void igor::iStopWatch::stop | ( | ) |
saves current time as stop time in ms