Skip to content

Latest commit

 

History

History
7 lines (6 loc) · 135 Bytes

check_the_execution_time_of_a_script.md

File metadata and controls

7 lines (6 loc) · 135 Bytes

Check the execution time of a script

print "Start: " . microtime(true);
// ...[code]...
print "End: " . microtime(true);