Philip Crow > UML-Sequence-0.07 > CallSeq

Download:
UML-Sequence-0.07.tar.gz

Annotate this POD

CPAN RT

New  2
Open  0
View Bugs
Report a bug
Source   Latest Release: UML-Sequence-0.08

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