I have several programs that i'mI'm executing in a shell script:
./myprogram1
./myprogram2
...
I know that I can profile each individual program by editing the sourcecodesource code, but I wanted to know if there was a way I could measure the total time executed by profiling the script itself. Is there a timer program that I can use for this purpose? If so, how precise is its measurement?