How to Install and Uninstall perl-Devel-NYTProf Package on openSuSE Tumbleweed

Last updated: May 20,2024

1. Install "perl-Devel-NYTProf" package

Please follow the steps below to install perl-Devel-NYTProf on openSuSE Tumbleweed

$ sudo zypper refresh $ sudo zypper install perl-Devel-NYTProf

2. Uninstall "perl-Devel-NYTProf" package

Please follow the instructions below to uninstall perl-Devel-NYTProf on openSuSE Tumbleweed:

$ sudo zypper remove perl-Devel-NYTProf

3. Information about the perl-Devel-NYTProf package on openSuSE Tumbleweed

Information for package perl-Devel-NYTProf:
-------------------------------------------
Repository : openSUSE-Tumbleweed-Oss
Name : perl-Devel-NYTProf
Version : 6.140.0-2.1
Arch : x86_64
Vendor : openSUSE
Installed Size : 1.2 MiB
Installed : No
Status : not installed
Source package : perl-Devel-NYTProf-6.140.0-2.1.src
Upstream URL : https://metacpan.org/release/Devel-NYTProf
Summary : Powerful fast feature-rich Perl source code profiler
Description :
Devel::NYTProf is a powerful, fast, feature-rich perl source code profiler.
* Performs per-line statement profiling for fine detail
* Performs per-subroutine statement profiling for overview
* Performs per-opcode profiling for slow perl builtins
* Performs per-block statement profiling (the first profiler to do so)
* Accounts correctly for time spent after calls return
* Performs inclusive and exclusive timing of subroutines
* Subroutine times are per calling location (a powerful feature)
* Can profile compile-time activity, just run-time, or just END time
* Uses novel techniques for efficient profiling
* Sub-microsecond (100ns) resolution on supported systems
* Very fast - the fastest statement and subroutine profilers for perl
* Handles applications that fork, with no performance cost
* Immune from noise caused by profiling overheads and I/O
* Program being profiled can stop/start the profiler
* Generates richly annotated and cross-linked html reports
* Captures source code, including string evals, for stable results
* Trivial to use with mod_perl - add one line to httpd.conf
* Includes an extensive test suite
* Tested on very large codebases
NYTProf is effectively two profilers in one: a statement profiler, and a
subroutine profiler.