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


UML-Sequence documentation  | view source Contained in the UML-Sequence distribution.

Index


NAME

Top

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

SYNOPSIS

Top

    perl -d:CallSeq script
    cat tmon.out

DESCRIPTION

Top

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


UML-Sequence documentation  | view source Contained in the UML-Sequence distribution.