perl -d:NYTProf script.plor
perl -d:NYTProf -I/path/to/Devel-NYTProf/4.06/lib/perl5 script.plThe output of the profiler is written to
./nytprof.out
.
Use the following command to create HTML reports from the profiler's results:
/path/Devel-NYTProf/4.06/bin/nytprofhtml --file nytprof.out -out ./htmlReports --delete
No comments:
Post a Comment
Note: Only a member of this blog may post a comment.