Home
last modified time | relevance | path

Searched refs:overhead (Results 1 – 8 of 8) sorted by relevance

/PHP-7.1/Zend/
H A Dmicro_bench.php263 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 DREADME.ZEND_MM8 allocation overhead and speedup memory management.
/PHP-7.1/ext/zlib/tests/
H A Dbug75273.phpt28 $base_len = 32768 - 23 /*overhead*/;
/PHP-7.1/
H A DCODING_STANDARDS31 cache and the bison code for minimum memory copying overhead.
H A Dphp.ini-development1587 ; Switch whether to compile assertions at all (to have no overhead at run-time)
H A Dphp.ini-production1587 ; Switch whether to compile assertions at all (to have no overhead at run-time)
H A DNEWS1656 . Disabled PHP call tracing by default (it makes significant overhead).
/PHP-7.1/ext/pcre/pcrelib/doc/
H A Dpcre.txt8123 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 53 milliseconds