Hi,
Suppose I have a code executed in Unix this way:
$ ./mycode
My question is is there a way I can time the running time of my code executed K times. The value of K = 1000 for example.
I am aware of Unix "time" command, but that only executed 1 instance.