14 #if defined(WIN32_VC) || defined(WIN64_VC)
19 INLINE
double TrueClock::
21 bool is_paranoid_clock = get_paranoid_clock();
23 if (is_paranoid_clock) {
27 double time = get_short_raw_time();
29 if (is_paranoid_clock) {
32 time = correct_time(time);
44 INLINE
double TrueClock::
46 return get_short_raw_time();
69 if (_global_ptr ==
nullptr) {
An interface to whatever real-time clock we might have available in the current environment.
get_error_count
Returns the number of clock errors that have been detected.
static TrueClock * get_global_ptr()
Returns a pointer to the one TrueClock object in the world.