danialmagid has asked for the wisdom of the Perl Monks concerning the following question:
I have been using NYTProf either via the command line, or environment variables.
I have a perl script with the following lines:
@commands = qw( scriptB val1 val2 ); exec(@commands);
I'd like to have the code within scriptB profiled. Are there any arguments I can add, or some lines of code that will generate profile data for scriptB?
Thanks In Advance
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re: NYTProf doesn't profile through a system or exec call
by kennethk (Abbot) on Oct 21, 2013 at 19:33 UTC | |
by moritz (Cardinal) on Oct 22, 2013 at 07:11 UTC |