#3017
Soft79
Keymaster

Then use microtime() to detect elapsed execution time.

Or use register_shutdown_function() and log backtrace before shutting down after an exception. For an example, see includes/class-woocommerce.php how WooCommerce does it. Will not work