dprofpp
deprecated Perl code profiler
Install
- All systems
-
curl cmd.cat/dprofpp.sh
- Debian
-
apt-get install libdevel-dprof-perl
- Ubuntu
-
apt-get install libdevel-dprof-perl
- Kali Linux
-
apt-get install libdevel-dprof-perl
- Fedora
-
dnf install perl-Devel-DProf
- Windows (WSL2)
-
sudo apt-get update
sudo apt-get install libdevel-dprof-perl
- Raspbian
-
apt-get install libdevel-dprof-perl
- Dockerfile
- dockerfile.run/dprofpp
libdevel-dprof-perl
deprecated Perl code profiler
The Devel::DProf package is a Perl code profiler. This will collect information on the execution time of a Perl script and of the subs in that script. This information can be used to determine which subroutines are using the most time and which subroutines are being called most often. This information can also be used to create an execution graph of the script, showing subroutine relationships. Devel::DProf is deprecated. It is recommended that you install and use Devel::NYTProf (in the package libdevel-nytprof-perl) instead, as it offers significantly improved profiling and reporting.
perl-Devel-DProf
Deprecated Perl code profiler
perl
Perl is a high-level programming language with roots in C, sed,
awk and shell scripting. Perl is good at handling processes and files, and is especially good at handling text. Perl's hallmarks are practicality and efficiency. While it is used to do a lot of different things, Perl's most common applications are system administration utilities and web programming. Install this package if you want to program in Perl or enable your system to handle Perl scripts with /usr/bin/perl interpreter. If your script requires some Perl modules, you can install them with "perl(MODULE)" where "MODULE" is a name of required module. E.g. install "perl(Test::More)" to make Test::More Perl module available. If you need all the Perl modules that come with upstream Perl sources, so called core modules, install perl-core package. If you only need perl run-time as a shared library, i.e. Perl interpreter embedded into another application, the only essential package is perl-libs. Perl header files can be found in perl-devel package. Perl utils like "splain" or "perlbug" can be found in perl-utils package.