| Recommend this page to a friend! |
| Classes of Dmitry Pljonkin | > | DM Perfomance Meter | > | readme.txt | > | Download | ||
|
|||||||||||||||||||||
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.
|