|
NAMECallSeq - produces call sequence outlines (like dprofpp -T)SYNOPSISperl -d:CallSeq script cat tmon.out DESCRIPTIONThis 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
Visit the GSP FreeBSD Man Page Interface. |