NAME
Devel::Memalyzer::Runner - Run a command under the current Memalyzer singleton.
SYNOPSYS
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