Searched refs:overhead (Results 1 – 7 of 7) sorted by relevance
/PHP-8.3/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.md | 8 allocation overhead and speedup memory management.
|
/PHP-8.3/ext/zlib/tests/ |
H A D | bug75273.phpt | 26 $base_len = 32768 - 23 /*overhead*/;
|
/PHP-8.3/ext/standard/tests/file/ |
H A D | ftruncate_bug76422.phpt | 9 …// Add a bit of extra overhead for other processes, temporary files created while running tests, e…
|
/PHP-8.3/ |
H A D | CODING_STANDARDS.md | 31 cache and the bison code for minimum memory copying overhead.
|
H A D | php.ini-development | 1597 ; Switch whether to compile assertions at all (to have no overhead at run-time)
|
H A D | php.ini-production | 1599 ; Switch whether to compile assertions at all (to have no overhead at run-time)
|
Completed in 14 milliseconds