Skip to content

Instantly share code, notes, and snippets.

@ozgg
Last active December 17, 2015 09:59
Show Gist options
  • Select an option

  • Save ozgg/5591091 to your computer and use it in GitHub Desktop.

Select an option

Save ozgg/5591091 to your computer and use it in GitHub Desktop.
<?php
$tick = function($name) { error_log($name . ': ' . (microtime(true) - $_SERVER['REQUEST_TIME_FLOAT'])); }
foo();
$tick('foo');
bar();
$tick('bar');
baz();
$tick('baz');
// less /var/log/php5-fpm/error.log
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment