From 86eec397128717a45d02d10e5da440e240a2f475 Mon Sep 17 00:00:00 2001 From: seb Date: Sun, 15 Feb 2009 23:16:10 +0000 Subject: 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. --- devel/p5-Devel-NYTProf/Makefile | 4 ++-- 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 -- cgit v1.2.3