Archive for August, 2009

Ryan

PHP Benchmark/Timer Class

August 20, 2009 by Ryan in Code, PHP


Overview This is a PHP class that calculates the time between specified points. It can be used to determine how long your page took to generate or how long certain loops take to run. This class is very flexible because it allows you to specify any number of “marker” points in the code and then [...]