I am trying to figure out the performance of my code, but I do not understand the output of the time command, Can anybody please explain what does time command outp
time
If you are developing with C/C++ you should use gprof to profile your code, check http://www.cs.duke.edu/~ola/courses/programming/gprof.html .