Dm_PerfomanceMeter
======================
Dm_PerfomanceMeter is a simple class which measures execution
time of your PHP scripts.
It allows to:
* set multiple named checkpoints
* output mesaurement results as plain text, html comment
and html unordered list (UL)
* log results in csv files
Each "result" is time (in seconds) from start till check point.
There are CLI and "web" examples in this package.
|