Scroll to navigation

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 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.

2018-11-02 perl v5.28.0