The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.

NAME

Devel::Memalyzer::Runner - Run a command under the current Memalyzer singleton.

SYNOPSYS

    use Devel::Memalyzer output => 'output.csv';
    use Devel::Memalyzer::Runner;
    my $runner = Devel::Memalyzer::Runner->new( command => 'echo "hello world"', interval => 1 );
    $runner->run;

AUTHORS

Chad Granum exodist7@gmail.com

COPYRIGHT

Copyright (C) 2010 Rentrak Corperation