<?php $start = microtime(TRUE); /* Start of the code to profile */ for ($a = 0; $a < 10000000; $a++) { $b = $a*$a; } /* End of the code to profile */ $end = microtime(TRUE); echo "The code took " . ($end - $start) . " microseconds to complete.";
You have javascript disabled. You will not be able to edit any code.
This script was stopped while abusing our resources