分析多进程程序

发布于 2024-07-11 15:05:18 字数 61 浏览 7 评论 0原文

我想分析一个分叉并生成多个子进程的程序。 我想看看某些功能花费了多少时间。 什么分析器可以处理这项工作?

I'd like to profile a program that forks and spawns several child processes. I want to see how much time is spent in some of the functions. What profiler can handle this job?

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

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

发布评论

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

评论(3

心碎无痕… 2024-07-18 15:05:18

Oprofile 非常适合此目的。

Oprofile works well for this.

故人爱我别走 2024-07-18 15:05:18

我认为你可以使用 SystemTap - DTrace Linux 上的想法实现

I think you can do it with SystemTap - DTrace ideas implementation on Linux

兰花执着 2024-07-18 15:05:18

尝试从 RotateRight 中缩放。 它默认进行系统范围的分析。 如果您有更高版本(2.6.32+)的内核,您还可以获得调度程序行为和系统调用的时间线视图。

Try Zoom from RotateRight. It does system-wide profiling by default. If you have a later (2.6.32+) kernel, you can also get a timeline view of the scheduler behavior and system calls.

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