Ignore:
Timestamp:
Apr 5, 2006 7:04:34 PM (18 years ago)
Author:
bennylp
Message:

Don't use rdtsc for high res timestamp on Linux as it's highly inaccurate (for now)

File:
1 edited

Legend:

Unmodified
Added
Removed
  • pjproject/trunk/pjlib/src/pjlib-test/timestamp.c

    r386 r387  
    100100                             (pj_uint32_t)(diff * 1000000 / freq.u64),  
    101101                             msec)); 
     102    } else { 
     103        PJ_LOG(3,(THIS_FILE, "....good. Timestamp is accurate down to" 
     104                             " nearest usec.")); 
    102105    } 
    103106 
Note: See TracChangeset for help on using the changeset viewer.