Timing and Benchmarking in PHP




I recently wrote a timing class for PHP for use with benchmarking and timing applications.

You can find the class on GitHub here: PHP Timing and Benchmarking

Here’s an example of the ‘bottom bar’ that expands on hover:

Example of PHP timing results

Example of PHP timing results bar

And that’s all there is to it!

Check the GitHub repo for more information.

Leave a Reply