I write a program in C with gcc. I want to measure the running time of my code when before it produces a result. I used time in my command:
time ./failname
but it doesn't work.
I write a program in C with gcc. I want to measure the running time of my code when before it produces a result. I used time in my command:
time ./failname
but it doesn't work.