Home
last modified time | relevance | path

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

/PHP-8.3/ext/standard/
H A Dhrtime.c51 zend_hrtime_t t = zend_hrtime(); in PHP_FUNCTION()
/PHP-8.3/Zend/
H A Dzend_hrtime.h79 static zend_always_inline zend_hrtime_t zend_hrtime(void) in zend_hrtime() function
H A Dzend_gc.c545 GC_G(activated_at) = zend_hrtime(); in gc_reset()
1785 zend_hrtime_t start_time = zend_hrtime(); in zend_gc_collect_cycles()
1803 GC_G(collector_time) += zend_hrtime() - start_time; in zend_gc_collect_cycles()
1883 zend_hrtime_t dtor_start_time = zend_hrtime(); in zend_gc_collect_cycles()
1905 GC_G(dtor_time) += zend_hrtime() - dtor_start_time; in zend_gc_collect_cycles()
1911 GC_G(collector_time) += zend_hrtime() - start_time; in zend_gc_collect_cycles()
1920 zend_hrtime_t free_start_time = zend_hrtime(); in zend_gc_collect_cycles()
1971 GC_G(free_time) += zend_hrtime() - free_start_time; in zend_gc_collect_cycles()
2000 GC_G(collector_time) += zend_hrtime() - start_time; in zend_gc_collect_cycles()
2014 status->application_time = zend_hrtime() - GC_G(activated_at); in zend_gc_get_status()
/PHP-8.3/
H A DUPGRADING.INTERNALS66 * ext/standard/hrtime.h was moved to Zend/zend_hrtime.h
69 * The php_hrtime_current() function was renamed to zend_hrtime()
H A Dconfigure.ac1760 zend_hrtime.c \
/PHP-8.3/win32/build/
H A Dconfig.w32243 zend_enum.c zend_fibers.c zend_atomic.c zend_hrtime.c");

Completed in 30 milliseconds