Searched refs:overhead (Results 1 – 4 of 4) sorted by relevance
/PHP-5.5/Zend/ |
H A D | micro_bench.php | 263 if (is_null($overhead)) { 288 $overhead = $last_time; variable 290 $t = end_test($t, 'func()', $overhead); 294 $t = end_test($t, 'int_func()', $overhead); 312 $t = end_test($t, 'self::f()', $overhead); 314 $t = end_test($t, 'Foo::f()', $overhead); 323 $t = end_test($t, '++$this->x', $overhead); 325 $t = end_test($t, '--$this->x', $overhead); 327 $t = end_test($t, '$this->x++', $overhead); 339 $t = end_test($t, 'new Foo()', $overhead); [all …]
|
H A D | README.ZEND_MM | 8 allocation overhead and speedup memory management.
|
/PHP-5.5/ |
H A D | CODING_STANDARDS | 30 cache and the bison code for minimum memory copying overhead.
|
/PHP-5.5/ext/pcre/pcrelib/doc/ |
H A D | pcre.txt | 8123 the library will be a bit bigger, but the additional run time overhead 8585 time overhead decreases performance. So we do the recursion in memory.
|
Completed in 56 milliseconds