On Jul 23, 2007, at 10:10 PM, Michael G Schwern wrote:

Matisse Enzer wrote:
What's the current best practice for running a Perl program and getting a report of all the subroutine calls throughout the life of the program
in the order in which they were called? (as opposed to something like
Devel:Profile which lists all the subs, and how many times each sub was
called, but not in the order they were called.)

Devel::DProf's dprofpp has -T and -t options to display the subroutine call
tree.  I won't say its best practice, but it should work.

Devel::DProfLB works, too.  Same author as Devel::Profile.

Thank you, I will one or both.

-M

-------------------------------------------------------
Matisse Enzer <[EMAIL PROTECTED]>
http://www.matisse.net/  - http://www.eigenstate.net/



Reply via email to