Tracing pthread scheduling

跟風遠走 提交于 2019-12-03 11:08:41

Superuser privileges are not needed to build an instrumented glibc / libpthread.so. The ptt_trace program that is part of NPTL Trace Tool will run your program using the instrumented library.

Maybe something like Intel's VTune?

bluzorange

There is also a tool called pthreadw (on sourceforge)

It's a wrapper library which intercepts calls to the usual functions of the pthread library, and reports stats, like typical times spent playing with locks, condition variables, etc... It is not currently able to export traces, only textual summary reports.

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!