Gobelijn API documentation
- generated for commit a0cbea7
|
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::rep | rep |
typedef duration::period | period |
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 15 of file ClockCLib.h.
typedef std::chrono::milliseconds UA_CoMP::Timekeeper::ClockCLib::duration |
Definition at line 18 of file ClockCLib.h.
typedef duration::rep UA_CoMP::Timekeeper::ClockCLib::rep |
Definition at line 19 of file ClockCLib.h.
typedef duration::period UA_CoMP::Timekeeper::ClockCLib::period |
Definition at line 20 of file ClockCLib.h.
typedef std::chrono::time_point<ClockCLib, duration> UA_CoMP::Timekeeper::ClockCLib::time_point |
Definition at line 21 of file ClockCLib.h.
|
inlinestatic |
Definition at line 23 of file ClockCLib.h.