This is a simple class that can be used to measure the time a script takes to execute. It can start a timer, pause the time count, resume the timer, and retrieve the time the time that elapsed during the periods the timer was running. The elapsed time can be retrieved in seconds and milliseconds. LTimer ...
Deathead's Timer Support forum 431 A small class used to track the amount of time spent inside a php script. A small class used to track the amount of time spent inside a php script. The script comes complete with start, stop, pause, unpause, and rest functions to completely control the timer. You ...
Script timer Support forum script_timer Measure the time a script takes to execute This class can be used to measure the time a script takes to execute. It can take note of the time it takes reach each part of a script takes to run and displays the results in a HTML table, so it can be used to analyse ...
Timer Support forum timer Timer class Timer class, to meassure some time, specially useful to show how long the page has taken to be interpreted by php engine. Is not well documented but is really simple (just a few lines of code). Example php file with simple use. The Class itself Site Meter
Simple timer class Support forum timer-class Measure the time that elapses This class can be used to measure the time that elapses. It can start a timer and stop it in a different moment to measure the time that elapsed between the two moments. The class can also pause and the resume the time measurement ...
Page Timer Support forum pcgpagetimer Keep track of time taken by a script to execute This is a simple class to keep track of the time that a page script takes to execute. It may also output to the current page the time taken after the end of the timed period. Example on PageTimer Usage pageTimer ...
Little Timer Support forum little_timer Measure the time a script takes to execute This is a simple class that can be used to measure the time a script takes to execute. It can store the current time at a different moments in a class variable. Later it can retrieve the time at each of the moments ...
timers Support forum 412 compute the time elapsed for a given process (i. compute the time elapsed for a given process (i.e. showing a web page into a browser) the license for the timer class (timers.inc) Explain how to use the timer class and what's in there timer class file Site Meter
Code Timer Support forum codetimer Measure the time a PHP script takes to execute This is a simple class that can be used to measure the time that a script takes to execute. It can start and stop the count of time at any point of the script. The measured time is returned in seconds with micro-second ...
ktimer Support forum ktimer Another class for multiple timers This class for multiple timers is an easy to use PHP3/4 class. The function stop() only works once per timer or after the function restart() is called. Every timer has a user defined name. An example is given at the end of the class file ...