Home
last modified time | relevance | path

Searched refs:_timerlib_info (Results 1 – 1 of 1) sorted by relevance

/PHP-8.0/ext/standard/
H A Dhrtime.c41 static mach_timebase_info_data_t _timerlib_info; variable
69 if (mach_timebase_info(&_timerlib_info)) { in _timer_init()
118 return (php_hrtime_t)mach_absolute_time() * _timerlib_info.numer / _timerlib_info.denom; in _timer_current()

Completed in 4 milliseconds