diff options
author | seb <seb@pkgsrc.org> | 2009-02-15 23:16:10 +0000 |
---|---|---|
committer | seb <seb@pkgsrc.org> | 2009-02-15 23:16:10 +0000 |
commit | 86eec397128717a45d02d10e5da440e240a2f475 (patch) | |
tree | 2decf861a7b1a180af95b4e9934cb7a86d2f25b4 | |
parent | 94b48d7d8284ef0acc9e010d1501e1a261855037 (diff) | |
download | pkgsrc-86eec397128717a45d02d10e5da440e240a2f475.tar.gz |
Update from version 2.07 to version 2.08.
Upstream changes:
* Changes in Devel::NYTProf 2.08
** Core:
- Added optimize=0 option to disable the perl optimizer
so you can see more accurate statement execution counts
for some kinds of constructs.
- Added savesrc=1 option to copy source code into the profile
so reports are not affected by changes to the source files.
- Added ability for DB::enable_profile() to specify a new file
for profile data to be written to.
** Reporting:
- Time spent within nested string evals is accounted for.
- Fixed searching @INC for source files for reports.
- Dramatically increased performance of nytprofhtml
relative to the 2.07 version.
- Many tables in html reports are sortable by clicking on header columns
(requires JavaScript, uses jQuery and tablesorter.js)
- Statement timings are now shown as integers in appropriate
units: seconds, milliseconds, microseconds or nanoseconds.
- Hovering over times in subroutine or file summary tables
now shows the percentage time.
- Improved HTML conformance thanks to Leland Johnson.
-rw-r--r-- | devel/p5-Devel-NYTProf/Makefile | 4 | ||||
-rw-r--r-- | devel/p5-Devel-NYTProf/distinfo | 8 |
2 files changed, 6 insertions, 6 deletions
diff --git a/devel/p5-Devel-NYTProf/Makefile b/devel/p5-Devel-NYTProf/Makefile index 8c6e1435d6d..af463a51130 100644 --- a/devel/p5-Devel-NYTProf/Makefile +++ b/devel/p5-Devel-NYTProf/Makefile @@ -1,7 +1,7 @@ -# $NetBSD: Makefile,v 1.1.1.1 2008/11/11 10:55:55 seb Exp $ +# $NetBSD: Makefile,v 1.2 2009/02/15 23:16:10 seb Exp $ # -DISTNAME= Devel-NYTProf-2.07 +DISTNAME= Devel-NYTProf-2.08 PKGNAME= p5-${DISTNAME} CATEGORIES= devel perl5 MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=Devel/} diff --git a/devel/p5-Devel-NYTProf/distinfo b/devel/p5-Devel-NYTProf/distinfo index f56c2b30298..b4a6cbd75ab 100644 --- a/devel/p5-Devel-NYTProf/distinfo +++ b/devel/p5-Devel-NYTProf/distinfo @@ -1,5 +1,5 @@ -$NetBSD: distinfo,v 1.1.1.1 2008/11/11 10:55:55 seb Exp $ +$NetBSD: distinfo,v 1.2 2009/02/15 23:16:10 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 +SHA1 (Devel-NYTProf-2.08.tar.gz) = 637f7ba9805e9415eb868e6728a4bb56aad99d02 +RMD160 (Devel-NYTProf-2.08.tar.gz) = fe33b1bbc8c3214eede731622f8990d1e6d65025 +Size (Devel-NYTProf-2.08.tar.gz) = 185100 bytes |