Recommendations for C Profilers?

后端 未结 6 1116
逝去的感伤
逝去的感伤 2020-12-04 11:16

Everyone always says to profile your program before performing optimizations but no-one ever describes how to do so.

What are your practices for profiling C code?

6条回答
  •  一整个雨季
    2020-12-04 11:53

    For the sake of completion i would add oprofile. It is especially interesting if you want to benchmark the kernel.

提交回复
热议问题