Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR SHELL

bash time execution

start=`date +%s`
stuff
end=`date +%s`

runtime=$((end-start))
Source by unix.stackexchange.com #
 
PREVIOUS NEXT
Tagged: #bash #time #execution
ADD COMMENT
Topic
Name
1+8 =