如何使用 Callgrind 生成多进程应用程序的简单调用图?
我对 Valgrind Callgrind 有疑问。
我需要生成应用程序的调用图,但该应用程序启动了多个进程。我使用了 Valgrind 的 --trace-children=yes 选项,但这会生成几个不同的 callgrind 输出文件。
有没有一种方法可以将这些文件组合在一起以只有一个调用图?即使是一个组合多个文件的工具也将是完美的,但我没有找到任何东西。
谢谢
I've a problem with Valgrind Callgrind.
I need to generate the call graph of an application, but this application launch several processes. I used the --trace-children=yes option of Valgrind, but that generates several different callgrind output files.
Is there a way to combine these files together to have only one call graph ? Even a tool to combine the several files will be perfect, but I didn't found anything.
Thank you
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论