pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/doc Note initial addition of p5-Devel-NYTProf version ...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/625027136ac0
branches:  trunk
changeset: 549947:625027136ac0
user:      seb <seb%pkgsrc.org@localhost>
date:      Tue Nov 11 11:03:01 2008 +0000

description:
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:

 doc/CHANGES-2008 |  3 ++-
 1 files changed, 2 insertions(+), 1 deletions(-)

diffs (14 lines):

diff -r b899f4bd76bd -r 625027136ac0 doc/CHANGES-2008
--- a/doc/CHANGES-2008  Tue Nov 11 10:59:49 2008 +0000
+++ b/doc/CHANGES-2008  Tue Nov 11 11:03:01 2008 +0000
@@ -1,4 +1,4 @@
-$NetBSD: CHANGES-2008,v 1.2972 2008/11/11 09:22:59 rhaen Exp $
+$NetBSD: CHANGES-2008,v 1.2973 2008/11/11 11:03:01 seb Exp $
 
 Changes to the packages collection and infrastructure in 2008:
 
@@ -4996,3 +4996,4 @@
        Updated misc/p5-Business-ISBN to 2.04 [rhaen 2008-11-11]
        Updated misc/p5-Business-ISBN-Data to 20081020 [rhaen 2008-11-11]
        Updated textproc/p5-CAM-PDF to 1.52 [rhaen 2008-11-11]
+       Added devel/p5-Devel-NYTProf version 2.07 [seb 2008-11-11]



Home | Main Index | Thread Index | Old Index