Absolute timestamp. More...
#include <tick_count.h>
Classes | |
class | interval_t |
Relative time interval. More... | |
Public Member Functions | |
tick_count () | |
Construct an absolute timestamp initialized to zero. | |
Static Public Member Functions | |
static tick_count | now () |
Return current time. | |
static double | resolution () |
Return the resolution of the clock in seconds per tick. | |
Friends | |
interval_t | operator- (const tick_count &t1, const tick_count &t0) |
Subtract two timestamps to get the time interval between. | |
Absolute timestamp.