![]() |
ZED Open Capture
v0.6.0
Low level camera driver for the ZED stereo camera family
|
Stop Timer used to measure time intervals. More...
#include <stopwatch.hpp>
Public Member Functions | |
StopWatch () | |
StopWatch constructor. Automatically starts time measurement. More... | |
virtual | ~StopWatch () |
void | tic () |
Set the beginning time of the time measurement. More... | |
double | toc () |
Calculates the seconds elapsed from the last tic. More... | |
Stop Timer used to measure time intervals.
Definition at line 33 of file stopwatch.hpp.
|
inline |
StopWatch constructor. Automatically starts time measurement.
Definition at line 40 of file stopwatch.hpp.
References tic().
|
inlinevirtual |
Definition at line 41 of file stopwatch.hpp.
|
inline |
Set the beginning time of the time measurement.
Definition at line 46 of file stopwatch.hpp.
Referenced by StopWatch().
|
inline |
Calculates the seconds elapsed from the last tic.
Definition at line 55 of file stopwatch.hpp.
Referenced by applyStereoMatching(), and main().