XBenchmark
July 1st, 2015 by Xavier Perez
Benchmark trace & log any php, without modifying a single line of code. Usefull to trace access, monitoring run times & ram and debugging params (get / post / argv).
This class can log time and resources used during PHP script execution until they exit without having to change the actual script code.
It appends to a log file the time a script took execute since the class was loaded, as well...