other versions
- bookworm 6.12+dfsg-1
NYTPROFPF(1p) | User Contributed Perl Documentation | NYTPROFPF(1p) |
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 is 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.
2022-12-22 | perl v5.36.0 |