summaryrefslogtreecommitdiff
path: root/devel
diff options
context:
space:
mode:
authorseb <seb@pkgsrc.org>2008-11-11 10:55:55 +0000
committerseb <seb@pkgsrc.org>2008-11-11 10:55:55 +0000
commit380c4ff14ee54dae28d94b72892c5e779b7c7e25 (patch)
tree6c6007796a4c987a42347986daaf129a2eae3699 /devel
parent99cd86e562ff6919ca681a00aaada4901ac5a574 (diff)
downloadpkgsrc-380c4ff14ee54dae28d94b72892c5e779b7c7e25.tar.gz
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 (limited to 'devel')
-rw-r--r--devel/p5-Devel-NYTProf/DESCR21
-rw-r--r--devel/p5-Devel-NYTProf/Makefile19
-rw-r--r--devel/p5-Devel-NYTProf/distinfo5
3 files changed, 45 insertions, 0 deletions
diff --git a/devel/p5-Devel-NYTProf/DESCR b/devel/p5-Devel-NYTProf/DESCR
new file mode 100644
index 00000000000..6985f11dac3
--- /dev/null
+++ b/devel/p5-Devel-NYTProf/DESCR
@@ -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 --git a/devel/p5-Devel-NYTProf/Makefile b/devel/p5-Devel-NYTProf/Makefile
new file mode 100644
index 00000000000..8c6e1435d6d
--- /dev/null
+++ b/devel/p5-Devel-NYTProf/Makefile
@@ -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
+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 --git a/devel/p5-Devel-NYTProf/distinfo b/devel/p5-Devel-NYTProf/distinfo
new file mode 100644
index 00000000000..f56c2b30298
--- /dev/null
+++ b/devel/p5-Devel-NYTProf/distinfo
@@ -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