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 Zafar Iqbal  >  Stopwatch  >  readme.txt  >  Download  
File: readme.txt
Role: Auxiliary data
Content type: text/plain
Description: Read Me
Class: Stopwatch
Measure partial and final time between events
Author: By
Last change:
Date: 2005-01-10 04:39
Size: 343 bytes
 

Contents

Class file image Download
Stopwatch Class
===============

	Implements a simple stopwatch with start and lap controls.
	Final results are ordered by lap time.
	Percentage of total time each lap takes is also shown.
	A practical example could be profiling and optimizing your code.

	Please see the example script for usage.

2005-01-10	ultrasine@gmail.com