The London Perl and Raku Workshop takes place on 26th Oct 2024. If your company depends on Perl, please consider sponsoring and/or attending.

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