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.
This commit is contained in:
parent
94b48d7d82
commit
86eec39712
2 changed files with 6 additions and 6 deletions
|
@ -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/}
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue