Home
last modified time | relevance | path

Searched refs:end_test (Results 1 – 2 of 2) sorted by relevance

/PHP-5.5/Zend/
H A Dmicro_bench.php287 $t = end_test($t, 'empty_loop');
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);
329 $t = end_test($t, '$this->x--', $overhead);
339 $t = end_test($t, 'new Foo()', $overhead);
[all …]
H A Dbench.php360 function end_test($start, $name) function
386 $t = end_test($t, "simple");
388 $t = end_test($t, "simplecall");
394 $t = end_test($t, "mandel");
396 $t = end_test($t, "mandel2");
400 $t = end_test($t, "ary(50000)");
404 $t = end_test($t, "ary3(2000)");
406 $t = end_test($t, "fibo(30)");
410 $t = end_test($t, "hash2(500)");
414 $t = end_test($t, "matrix(20)");
[all …]

Completed in 7 milliseconds