Home
last modified time | relevance | path

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

/PHP-8.4/ext/standard/
H A Dhrtime.c51 zend_hrtime_t t = zend_hrtime(); in PHP_FUNCTION()
/PHP-8.4/Zend/
H A Dzend_hrtime.h79 static zend_always_inline zend_hrtime_t zend_hrtime(void) in zend_hrtime() function
H A Dzend_gc.c565 GC_G(activated_at) = zend_hrtime(); in gc_reset()
1919 zend_hrtime_t start_time = zend_hrtime(); in zend_gc_collect_cycles()
1937 GC_G(collector_time) += zend_hrtime() - start_time; in zend_gc_collect_cycles()
2012 zend_hrtime_t dtor_start_time = zend_hrtime(); in zend_gc_collect_cycles()
2018 GC_G(dtor_time) += zend_hrtime() - dtor_start_time; in zend_gc_collect_cycles()
2023 GC_G(collector_time) += zend_hrtime() - start_time; in zend_gc_collect_cycles()
2032 zend_hrtime_t free_start_time = zend_hrtime(); in zend_gc_collect_cycles()
2083 GC_G(free_time) += zend_hrtime() - free_start_time; in zend_gc_collect_cycles()
2110 GC_G(collector_time) += zend_hrtime() - start_time; in zend_gc_collect_cycles()
2124 status->application_time = zend_hrtime() - GC_G(activated_at); in zend_gc_get_status()
/PHP-8.4/win32/build/
H A Dconfig.w32243 …zend_enum.c zend_fibers.c zend_atomic.c zend_hrtime.c zend_frameless_function.c zend_property_hook…
/PHP-8.4/
H A Dconfigure.ac1733 zend_hrtime.c

Completed in 17 milliseconds