如何生成 Perl 模块和脚本的调用图?

发布于 2024-07-30 20:51:20 字数 235 浏览 5 评论 0原文

我有一堆别人给我的 Perl 脚本和 Perl 模块。 我有一个驱动程序来测试所有这些脚本和模块。 我想生成一个调用图并查看流程。

Perl 是否有可用的工具来执行此操作?
我想要类似 pycallgraph (对于 python)。 我在 AIX 中运行这一切。

I have a bunch of Perl scripts and Perl modules given to me by someone. I have a driver program that tests all these scripts and modules. I want to generate a call graph and see the flow.

Is there something available for Perl for doing this?
I'd like something like pycallgraph (for python). I am running all this in AIX.

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

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

发布评论

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

评论(1

暮年慕年 2024-08-06 20:51:20

Simon Cozens 在分析 Perl 中告诉您如何执行此操作在 Perl.com 上。 他结合使用了 Devel::DProfGraphViz

Simon Cozens tells you how to do it in Profiling Perl on Perl.com. He uses a combination of Devel::DProf and GraphViz.

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