PHP Classes

File: readme.txt

Recommend this page to a friend!
  Classes of Dmitry Pljonkin   DM Perfomance Meter   readme.txt   Download  
File: readme.txt
Role: Documentation
Content type: text/plain
Description: Short package description
Class: DM Perfomance Meter
Measures script execution time (with checkpoints)
Author: By
Last change:
Date: 19 years ago
Size: 441 bytes
 

Contents

Class file image 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.