Skip to content

Instantly share code, notes, and snippets.

@necrobious
Created January 24, 2012 01:04
Show Gist options
  • Save necrobious/1667093 to your computer and use it in GitHub Desktop.
Save necrobious/1667093 to your computer and use it in GitHub Desktop.
// PRODUCTION MODE
$start = microtime(true);
return withWorkflowGateway($callback);
$duration = microtime(true) - $start;
$this->log(sprintf('withWorkflowGateway() took %.2f sec', $duration);
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment