#include <boost/date_time/posix_time/posix_time.hpp>
Go to the source code of this file.
Defines |
#define | GRUEL_HRT_USE_MICROSEC_CLOCK |
Typedefs |
typedef signed long long | gruel::high_res_timer_type |
| Typedef for the timer tick count.
|
Functions |
high_res_timer_type | gruel::high_res_timer_now (void) |
| Get the current time in ticks.
|
high_res_timer_type | gruel::high_res_timer_tps (void) |
| Get the number of ticks per second.
|
high_res_timer_type | gruel::high_res_timer_epoch (void) |
| Get the tick count at the epoch.
|
Define Documentation
#define GRUEL_HRT_USE_MICROSEC_CLOCK |