From Code to Community: Sponsoring The Perl and Raku Conference 2025 Learn more

NAME

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

SYNOPSYS

use Devel::Memalyzer output => 'output.csv';
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