Recommend this page to a friend! |
Download .zip |
Info | View files (4) | Download .zip | Reputation | Support forum (1) | Blog | Links |
Last Updated | Ratings | Unique User Downloads | Download Rankings | |||||
2005-10-26 (11 years ago) | Not enough user ratings | Total: 496 | All time: 5,560 This week: 904 |
Version | License | PHP version | Categories | |||
dm_perf_meter 1.0 | The PHP License | 3 | Performance and optimization |
Description | Author | |||||||||||||
This package is intended for measuring script (or its part) execution time. |
|
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. |
Files |
File | Role | Description |
---|---|---|
class.Dm_PerfomanceMeter.php | Class | Class library |
readme.txt | Doc. | Short package description |
example.php | Example | Simple example script |
example-cli.php | Example | Simple example script (for running in command line mode) |
Version Control | Unique User Downloads | Download Rankings | |||||||||||||||
0% |
|
|
User Comments (1) | |||||
|
Applications that use this package |
If you know an application of this package, send a message to the author to add a link here.
Pages that reference this package |
DM Perfomance Meter While browsing the internet, I found an interesting script: DM Perfomance Meter... |