pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/devel/p5-Devel-NYTProf Initial import of p5-Devel-NYTP...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/273759e175ab
branches:  trunk
changeset: 549945:273759e175ab
user:      seb <seb%pkgsrc.org@localhost>
date:      Tue Nov 11 10:55:55 2008 +0000

description:
Initial import of p5-Devel-NYTProf version 2.07 in 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:

 devel/p5-Devel-NYTProf/DESCR    |  21 +++++++++++++++++++++
 devel/p5-Devel-NYTProf/Makefile |  19 +++++++++++++++++++
 devel/p5-Devel-NYTProf/distinfo |   5 +++++
 3 files changed, 45 insertions(+), 0 deletions(-)

diffs (57 lines):

diff -r ffff45a2aacf -r 273759e175ab devel/p5-Devel-NYTProf/DESCR
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/devel/p5-Devel-NYTProf/DESCR      Tue Nov 11 10:55:55 2008 +0000
@@ -0,0 +1,21 @@
+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.
diff -r ffff45a2aacf -r 273759e175ab devel/p5-Devel-NYTProf/Makefile
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/devel/p5-Devel-NYTProf/Makefile   Tue Nov 11 10:55:55 2008 +0000
@@ -0,0 +1,19 @@
+# $NetBSD: Makefile,v 1.1.1.1 2008/11/11 10:55:55 seb Exp $
+#
+
+DISTNAME=      Devel-NYTProf-2.07
+PKGNAME=       p5-${DISTNAME}
+CATEGORIES=    devel perl5
+MASTER_SITES=  ${MASTER_SITE_PERL_CPAN:=Devel/}
+
+MAINTAINER=    pkgsrc-users%NetBSD.org@localhost
+HOMEPAGE=      http://search.cpan.org/dist/Devel-NYTProf/
+COMMENT=       Powerful feature-rich Perl 5 source code profiler
+
+PKG_DESTDIR_SUPPORT=   user-destdir
+
+PERL5_PACKLIST=        auto/Devel/NYTProf/.packlist
+
+.include "../../devel/zlib/buildlink3.mk"
+.include "../../lang/perl5/module.mk"
+.include "../../mk/bsd.pkg.mk"
diff -r ffff45a2aacf -r 273759e175ab devel/p5-Devel-NYTProf/distinfo
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/devel/p5-Devel-NYTProf/distinfo   Tue Nov 11 10:55:55 2008 +0000
@@ -0,0 +1,5 @@
+$NetBSD: distinfo,v 1.1.1.1 2008/11/11 10:55:55 seb Exp $
+
+SHA1 (Devel-NYTProf-2.07.tar.gz) = 5d7e359cc8835cd0633fc71bde39712c3fee3667
+RMD160 (Devel-NYTProf-2.07.tar.gz) = 721c5ea254742ea53e2f90cad85e2af622e1f729
+Size (Devel-NYTProf-2.07.tar.gz) = 168280 bytes



Home | Main Index | Thread Index | Old Index