HomeSort by relevance Sort by last modified time
    Searched full:timebase_info (Results 1 - 1 of 1) sorted by null

  /external/chromium/base/
time_mac.cc 107 static mach_timebase_info_data_t timebase_info; local
108 if (timebase_info.denom == 0) {
114 kern_return_t kr = mach_timebase_info(&timebase_info);
122 // timebase_info converts absolute time tick units into nanoseconds. Convert
125 timebase_info.numer / timebase_info.denom;

Completed in 469 milliseconds