Home
last modified time | relevance | path

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

/PHP-8.1/ext/opcache/jit/
H A Dzend_jit.h105 double prof_threshold; member
H A Dzend_jit.c4337 if (((double)counter / (double)zend_jit_profile_counter) > JIT_G(prof_threshold)) { in zend_jit_check_funcs()
/PHP-8.1/ext/opcache/
H A Dzend_accelerator_module.c304 … , "0.005", PHP_INI_ALL, OnUpdateReal, prof_threshold, zend_j…
807 add_assoc_long(&directives, "opcache.jit_prof_threshold", JIT_G(prof_threshold));

Completed in 20 milliseconds