NAME
Devel::Agent::EveryThing - Trace Eveything
SYNOPSIS
perl -d:Agent -MDevel::Agent::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 Devel::Trace, but makes use of the Devel::Agent deugger. This allows for tracing how long each method runs for and providing a noted stack depth along with of the execution order.
Notes and limitations
This class does not trace entry into control structures, just execution of Non-XS methods.
AUTHOR
Michael Shipper mailto:AKALINUX@CPAN.ORG