I have several programs that I'm executing in a shell script:
./myprogram1
./myprogram2
...
I know that I can profile each individual program by editing the source 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?
Asked by Paul
(9823 rep)
May 30, 2012, 02:00 AM
Last activity: Aug 25, 2024, 07:23 AM
Last activity: Aug 25, 2024, 07:23 AM