First page Back Continue Last page Overview Graphics
Example 2-7
Measuring execution time of your program!
If you want to know how long running a program will take on your computer, you can use command time to measure the time as follow,
time ./myprogram
once the program is finished, you will have statistic about the timing of your program.