DragonFly On-Line Manual Pages
NYTPROFPF(1) User Contributed Perl Documentation NYTPROFPF(1)
NAME
nytprofpf - Generate a report for plat_forms
(<http://www.plat-forms.org/>) from Devel::NYTProf data
SYNOPSIS
Typical usage:
$ perl -d:NYTProf some_perl_app.pl
$ nytprofpf
Options synopsis:
--file <file>, -f <file> Read profile data from the specified file [default: nytprof.out]
--delete, -d Delete any old report files first
--lib <lib>, -l <lib> Add <lib> to the beginning of \@INC
--no-mergeevals Disable merging of string evals
--help, -h Print this message
This script of part of the Devel::NYTProf distribution. Generate a
report for plat_forms (<http://www.plat-forms.org/>) from
Devel::NYTProf data. See http://metacpan.org/release/Devel-NYTProf/
for details and copyright.
perl v5.20.2 2015-08-03 NYTPROFPF(1)