|
NiHu
2.0
|
wall clock time More...
#include <timer.h>
Public Types | |
| typedef std::chrono::time_point< clock_t > | time_point_t |
| the time point type returned by tic | |
Static Public Member Functions | |
| static time_point_t | tic () |
| returns the current time point | |
| static double | toc (time_point_t const &t0) |
| returns the time elapsed since t0 More... | |
|
inlinestatic |