16 #if defined(WIN32_VC) || defined(WIN64_VC)
23 INLINE
double TrueClock::
25 bool is_paranoid_clock = get_paranoid_clock();
27 if (is_paranoid_clock) {
31 double time = get_short_raw_time();
33 if (is_paranoid_clock) {
36 time = correct_time(time);
50 INLINE
double TrueClock::
52 return get_short_raw_time();
static TrueClock * get_global_ptr()
Returns a pointer to the one TrueClock object in the world.
int get_error_count() const
Returns the number of clock errors that have been detected.
An interface to whatever real-time clock we might have available in the current environment.