Skip to content

Instantly share code, notes, and snippets.

@khoand0000
Created December 1, 2014 14:41
Show Gist options
  • Save khoand0000/f628f62d47f4613d425a to your computer and use it in GitHub Desktop.
Save khoand0000/f628f62d47f4613d425a to your computer and use it in GitHub Desktop.
$start = microtime(true);
// your code
$end = microtime(true);
echo ($end - $start).' seconds';
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment