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 Update from version 2.07 to ver...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/f6f2e4473eb6
branches:  trunk
changeset: 554548:f6f2e4473eb6
user:      seb <seb%pkgsrc.org@localhost>
date:      Sun Feb 15 23:16:10 2009 +0000

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

diffstat:

 devel/p5-Devel-NYTProf/Makefile |  4 ++--
 devel/p5-Devel-NYTProf/distinfo |  8 ++++----
 2 files changed, 6 insertions(+), 6 deletions(-)

diffs (26 lines):

diff -r 58e7956c8334 -r f6f2e4473eb6 devel/p5-Devel-NYTProf/Makefile
--- a/devel/p5-Devel-NYTProf/Makefile   Sun Feb 15 23:14:40 2009 +0000
+++ b/devel/p5-Devel-NYTProf/Makefile   Sun Feb 15 23:16:10 2009 +0000
@@ -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 -r 58e7956c8334 -r f6f2e4473eb6 devel/p5-Devel-NYTProf/distinfo
--- a/devel/p5-Devel-NYTProf/distinfo   Sun Feb 15 23:14:40 2009 +0000
+++ b/devel/p5-Devel-NYTProf/distinfo   Sun Feb 15 23:16:10 2009 +0000
@@ -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



Home | Main Index | Thread Index | Old Index