达尔文 SIGPROF

发布于 2024-11-19 07:42:08 字数 401 浏览 4 评论 0 原文

setitimer + sigprof 不适用于 64 位 darwin。

参考文献:

http://openradar.appspot.com/9336975

http://lists.apple.com/archives/Unix-porting/2007/Aug/msg00000.html

鉴于此,在 darwin 上构建基于时间的采样分析器的推荐方法是什么?在多线程环境中。

setitimer + sigprof doesn't work on 64 bit darwin.

References:

http://openradar.appspot.com/9336975

http://lists.apple.com/archives/Unix-porting/2007/Aug/msg00000.html

Given this, what's the recommended way to build a time based, sampling profiler on darwin? In a multithreaded environment.

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(1

放我走吧 2024-11-26 07:42:08

我最终创建了一个单独的分析器线程,该线程会休眠一段时间,并使用 SIGPROFpthread_kills 所有其他线程。 SIGPROF 处理程序会查看线程消耗了多少 cpu 时间,如果太少则进行处理。

I ended up creating a separate profiler thread that sleeps for intervals and pthread_kills all other threads with SIGPROF. The SIGPROF handler looks at the how much cpu time the thread consumed and punts if it's too little.

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文