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.

Reply via email to