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) {