Home
last modified time | relevance | path

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

/PHP-8.3/ext/opcache/jit/
H A Dzend_jit.h104 double prof_threshold; member
H A Dzend_jit.c4338 if (((double)counter / (double)zend_jit_profile_counter) > JIT_G(prof_threshold)) { in zend_jit_check_funcs()
/PHP-8.3/ext/opcache/
H A Dzend_accelerator_module.c324 … , "0.005", PHP_INI_ALL, OnUpdateReal, prof_threshold, zend_j…
852 add_assoc_long(&directives, "opcache.jit_prof_threshold", JIT_G(prof_threshold));

Completed in 39 milliseconds