[52838] trunk/dports/perl

blb at macports.org blb at macports.org
Tue Jun 23 21:06:15 PDT 2009


Revision: 52838
          http://trac.macports.org/changeset/52838
Author:   blb at macports.org
Date:     2009-06-23 21:06:14 -0700 (Tue, 23 Jun 2009)
Log Message:
-----------
New port - perl/p5-devel-nytprof, Powerful feature-rich perl source code profiler; ticket #19790

Added Paths:
-----------
    trunk/dports/perl/p5-devel-nytprof/
    trunk/dports/perl/p5-devel-nytprof/Portfile

Added: trunk/dports/perl/p5-devel-nytprof/Portfile
===================================================================
--- trunk/dports/perl/p5-devel-nytprof/Portfile	                        (rev 0)
+++ trunk/dports/perl/p5-devel-nytprof/Portfile	2009-06-24 04:06:14 UTC (rev 52838)
@@ -0,0 +1,35 @@
+# $Id$
+
+PortSystem          1.0
+PortGroup           perl5 1.0
+
+perl5.setup         Devel-NYTProf 2.09
+maintainers         michael at naegler.org
+description         Powerful feature-rich perl source code profiler
+long_description    Devel::NYTProf is a powerful feature-rich perl source code profiler. \
+	\
+	o Performs per-line statement profiling for fine detail \
+	o Performs per-subroutine statement profiling for overview \
+	o Performs per-block statement profiling (the first profiler to do so) \
+	o Accounts correctly for time spent after calls return \
+	o Performs inclusive and exclusive timing of subroutines \
+	o Subroutine times are per calling location (a powerful feature) \
+	o Can profile compile-time activity, just run-time, or just END time \
+	o Uses novel techniques for efficient profiling \
+	o Sub-microsecond (100ns) resolution on systems with clock_gettime() \
+	o Very fast - the fastest statement and subroutine profilers for perl \
+	o Handles applications that fork, with no performance cost \
+	o Immune from noise caused by profiling overheads and I/O \
+	o Program being profiled can stop/start the profiler \
+	o Generates richly annotated and cross-linked html reports \
+	o Trivial to use with mod_perl - add one line to httpd.conf \
+	o Includes an extensive test suite \
+	o Tested on very large codebases \
+	\
+	NYTProf is effectively two profilers in one: a statement profiler, and a subroutine profiler.
+
+platforms           darwin
+
+checksums           md5 2bd0f5fc881fe581b35c11e615cf9ec1 \
+                    sha1 687d1ef048412a69c1a278a0774798cddd1419b7 \
+                    rmd160 5145b03042e38e67bf82d0b360510f09ac399344


Property changes on: trunk/dports/perl/p5-devel-nytprof/Portfile
___________________________________________________________________
Added: svn:keywords
   + Id
Added: svn:eol-style
   + native
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20090623/035d5ed8/attachment.html>


More information about the macports-changes mailing list