Possible Duplicate:
Measure script execution time
How would I time how long it takes for my script foo.sh to run?
I'm looking for something akin to tic and toc in MATLAB.
How would I time how long it takes for my script I'm looking for something akin to
| |||||||
feedback
|
This question covers exactly the same ground as earlier questions on this topic; its answers may be merged with another identical question. See the FAQ for guidance on how to improve it.
|
Use the unix time command
If you're interested in ticks, you can approximate it with a little help from | |||||||||||
feedback
|