vote up 1 vote down star
1

Hi All,

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.

Thanks.

flag

71% accept rate

1 Answer

vote up 10 vote down

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

link|flag

Your Answer

Get an OpenID
or

Not the answer you're looking for? Browse other questions tagged or ask your own question.