Login   Register  
PHP Classes
elePHPant
Icontem

File: readme.txt

Recommend this page to a friend!
Stumble It! Stumble It! Bookmark in del.icio.us Bookmark in del.icio.us
  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: 2005-10-26 08:43
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.