Source for file index.php
Documentation is available at index.php
<meta http-equiv="Content-Type" content="text/html;charset=utf-8" >
return ((float) $usec + (float) $sec);
echo '<strong>Benchmarking index.php</strong>';
for ($i = 0; $i <= 1; $i++ ) {
exec('php ' . dirname(__FILE__ ) . '/../index.php', $output);
|