2

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.

4

1 回答 1

12

Simon Cozens在Perl.com上的Profiling Perl中告诉您如何做到这一点。他使用了Devel::DProfGraphViz的组合。

于 2009-08-13T10:12:37.167 回答