Searched refs:prof_threshold (Results 1 – 3 of 3) sorted by relevance
114 double prof_threshold; member
3085 if (((double)counter / (double)zend_jit_profile_counter) > JIT_G(prof_threshold)) { in zend_jit_check_funcs()
335 … , "0.005", PHP_INI_ALL, OnUpdateReal, prof_threshold, zend_j…863 add_assoc_long(&directives, "opcache.jit_prof_threshold", JIT_G(prof_threshold));
Completed in 17 milliseconds