Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
gprof 可以用来分析使用 pthread 的多线程程序吗?也就是说,它的输出是否包括所有线程中使用的时间?
是的,可以借助此处描述的解决方法。
你考虑过pstack吗?它适用于多个线程,并且非常适合通过 stackshot 方法查找性能问题。 gprof就是这样,但您可能会做得更好。