Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR PHP

php timer

$time_pre = microtime(true);
exec(...);
$time_post = microtime(true);
$exec_time = $time_post - $time_pre;
Source by stackoverflow.com #
 
PREVIOUS NEXT
Tagged: #php #timer
ADD COMMENT
Topic
Name
8+1 =