Fixposition SDK 0.0.0-heads/main-0-g90a51ff
Collection of c++ libraries and apps for use with Fixposition products
|
Helper to measure wallclock time. More...
#include <time.hpp>
Public Member Functions | |
TicToc () | |
Constructor. | |
void | Tic () |
(Re-)start measurement | |
Duration | Toc () const |
Get elapsed wallclock time. | |
fpsdk::common::time::TicToc::TicToc | ( | ) |
Constructor.
This also starts the measurements, like Tic().
Duration fpsdk::common::time::TicToc::Toc | ( | ) | const |
Get elapsed wallclock time.