Browsing articles tagged with " execution"
Feb
18
2010

PHP Calculating script execution time

<?php $start = (float) array_sum(explode(‘ ‘,microtime())); // put you code that wanted to render at here $end = (float) array_sum(explode(‘ ‘,microtime())); echo "Processing time: ". sprintf("%.4f", ($end-$start))." seconds"; ?>

Get Adobe Flash playerPlugin by wpburn.com wordpress themes