|
gtsam_points
|
Just a stopwatch. More...
#include <stopwatch.hpp>
Public Member Functions | |
| void | start () |
| void | stop () |
| void | lap () |
| double | sec () const |
| double | msec () const |
Public Attributes | |
| std::chrono::high_resolution_clock::time_point | t1 |
| std::chrono::high_resolution_clock::time_point | t2 |
Just a stopwatch.