NAME

CallSeq - produces call sequence outlines (like dprofpp -T)

SYNOPSIS

perl -d:CallSeq script
cat tmon.out

DESCRIPTION

This profiler is designed to aid UML::Sequence in producing diagrams. See UML::Sequence::PerlSeq for instructions in its use.

The key difference between the output of this program and dprofpp -T is:

subroutine names show up correctly (DiePair::new not DiePair::BEGIN)

The output goes to tmon.out and looks like this:

main DiePair::new Die::new Die::new DiePair::roll Die::roll Die::roll DiePair::total DiePair::doubles