Home
last modified time | relevance | path

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

/PHP-8.3/Zend/tests/
H A Dgc_037.phpt35 ["collector_time"]=>
61 ["collector_time"]=>
H A Dgc_045.phpt68 ["collector_time"]=>
/PHP-8.3/Zend/
H A Dzend_gc.h41 zend_hrtime_t collector_time; member
H A Dzend_gc.c264 zend_hrtime_t collector_time; member
487 gc_globals->collector_time = 0; in gc_globals_ctor_ex()
531 GC_G(collector_time) = 0; in gc_reset()
1803 GC_G(collector_time) += zend_hrtime() - start_time; in zend_gc_collect_cycles()
1911 GC_G(collector_time) += zend_hrtime() - start_time; in zend_gc_collect_cycles()
2000 GC_G(collector_time) += zend_hrtime() - start_time; in zend_gc_collect_cycles()
2015 status->collector_time = GC_G(collector_time); in zend_gc_get_status()
H A Dzend_builtin_functions.c154 …value, "collector_time", sizeof("collector_time")-1, (double) status.collector_time / ZEND_NANO_IN… in ZEND_FUNCTION()
/PHP-8.3/
H A DUPGRADING240 collector_time)
241 "collector_time" => float: Time spent collecting cycles, in seconds

Completed in 35 milliseconds