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();
59 INLINE
int TrueClock::
60 get_error_count()
const {
69 if (_global_ptr ==
nullptr) {
static TrueClock * get_global_ptr()
Returns a pointer to the one TrueClock object in the world.
An interface to whatever real-time clock we might have available in the current environment.