How to understand the output of time command?

后端 未结 3 838
离开以前
离开以前 2021-02-01 01:58

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

3条回答
  •  一向
    一向 (楼主)
    2021-02-01 02:43

    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 .

提交回复
热议问题