K 10 svn:author V 4 jkim K 8 svn:date V 27 2008-03-24T17:16:25.000000Z K 7 svn:log V 206 MFC: 1.80-1.83 Prefer clock_gettime(2) over gettimeofday(2) and use CLOCK_MONOTONIC_FAST. It is only used to track elapsed time and it does not have to be precise. Fix compiler warnings and style(9) bugs. END