For some reason, I'm not getting any output from NYTProf: devvm07 ~/dirt-tests # cat /tmp/prof.out cat: /tmp/prof.out: No such file or directory devvm07 ~/dirt-tests # export 2>&1 | egrep 'PERL|NYT' declare -x NYTPROF="file=/tmp/prof.out" declare -x PERLOPT="-d:NYTProf" devvm07 ~/dirt-tests # perl -e 'use Devel::NYTProf v9999; print 1' Devel::NYTProf version v9999.0.0 required--this is only version v5.50.0 at -e line 1. BEGIN failed--compilation aborted at -e line 1.
Perl is being run from within makefiles (hand written) to preform tests (not Test::More or anything that simple/clean). What I'd like is prof.$pid.out files like NYTProf::Apache can generate but I don't see any option to do that. But, getting some output would be a start :) -- To unsubscribe, e-mail: beginners-unsubscr...@perl.org For additional commands, e-mail: beginners-h...@perl.org http://learn.perl.org/