26 #ifndef CPP_NIX_CLOCK_H_
27 #define CPP_NIX_CLOCK_H_
42 int result = clock_getres(
m_clock_id, &output);
46 return timespec { result, 0 };
52 int result = clock_gettime(
m_clock_id, &output);
56 return timespec { result, 0 };
70 #endif // CPP_NIX_CLOCK_H_
Clock(clockid_t clock_id)
int SetTime(const timespec &time)