This is a simple, modular PHP class designed to record execution time benchmarks throughout different parts of a script. Compatible with virtually any PHP script, the code can be added/removed quickly and with ease. Accurate to the microsecond.

Features

  • Add any number of benchmarks throughout your script.
  • Each benchmark only requires one line of code.
  • Object-Oriented design allows for quick and easy integration/removal.
  • Detailed analysis is generated as a text file when you run the script being benchmarked.
  • This utility is freeware, licensed under GNU GPL v3.

Project Activity

See All Activity >