NAME
Devel::Trace::EveryThing
SYNOPSIS
perl -d:Agent -MDevel::Trace::EveryThing myscript.pl
DESCRIPTION
This is a module that makes use of the agent debugger and writes the begining and ending of every frame to STDERR.
This module is similar to Deve::Trace, but makes use of the Deve::Agent deugger. This allows for tracing how long each method runs for and providing a noted stack depth of the execution order.
Notes and limitations
This class does not trace entry int control structures, just execution of Non-XS methods.
AUTHOR
Michael Shipper mailto:AKALINUX@CPAN.ORG