diff options
author | seb <seb@pkgsrc.org> | 2008-11-11 11:03:01 +0000 |
---|---|---|
committer | seb <seb@pkgsrc.org> | 2008-11-11 11:03:01 +0000 |
commit | ead770ebe3bd38b0f1eea836e3038a2585e4c1a4 (patch) | |
tree | fb2f0f132b0a2d5416ed3e2a93c70657544a0729 /meta-pkgs | |
parent | d655868b0bd0f89592141f3baf9eade83e440980 (diff) | |
download | pkgsrc-ead770ebe3bd38b0f1eea836e3038a2585e4c1a4.tar.gz |
Note initial addition of p5-Devel-NYTProf version 2.07 as
devel/p5-Devel-NYTProf into The NetBSD Packages Collection.
The Perl 5 module Devel::NYTProf is a powerful feature-rich perl
source code profiler.
- Performs per-line statement profiling for fine detail
- Performs per-subroutine statement profiling for overview
- 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 systems with clock_gettime()
- 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
- 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.
Diffstat (limited to 'meta-pkgs')
0 files changed, 0 insertions, 0 deletions