$timer->start('forloop'); for ( $i=0; $i< {a big number}; $i++ ) { // do calculation or some rendering } echo $timer->stop('forloop');