VPTissue Reference Manual
|
Clock based on C library clock_t clock() which returns an approximate processor time in ticks. More...
#include <ClockCLib.h>
Public Types | |
typedef std::chrono::milliseconds | duration |
typedef duration::period | period |
typedef duration::rep | rep |
typedef std::chrono::time_point< ClockCLib, duration > | time_point |
Static Public Member Functions | |
static time_point | now () |
Clock based on C library clock_t clock() which returns an approximate processor time in ticks.
There are CLOCKS_PER_SEC ticks per second and POSIX requires this be 1000000.
Definition at line 34 of file ClockCLib.h.