Revision: 1316
Author: [email protected]
Date: Sat Jun 19 11:56:26 2010
Log: Bump version to 4.03
http://code.google.com/p/perl-devel-nytprof/source/detail?r=1316
Modified:
/trunk/Changes
/trunk/bin/nytprofhtml
/trunk/bin/nytprofmerge
/trunk/lib/Devel/NYTProf/Core.pm
/trunk/lib/Devel/NYTProf/Reader.pm
/trunk/lib/Devel/NYTProf.pm
=======================================
--- /trunk/Changes Fri Jun 18 10:04:06 2010
+++ /trunk/Changes Sat Jun 19 11:56:26 2010
@@ -12,10 +12,10 @@
add u key to treemap to trigger moving 'up' a level
add "calls N subs" to treemap mouseover box
-=head2 Changes in Devel::NYTProf 4.03 (svn 1309) 17th June 2010
-
- Fixed nytprofhtml performance problem for profiles with
- many files/evals. (Yes, another one. Much faster now.)
+=head2 Changes in Devel::NYTProf 4.03 (svn 1316) 19th June 2010
+
+ Fixed another nytprofhtml performance problem for profiles with
+ many files/evals. Much faster merging of evals now.
For subs that recurse, show max depth and time in subroutine table.
=======================================
--- /trunk/bin/nytprofhtml Fri Jun 18 06:49:52 2010
+++ /trunk/bin/nytprofhtml Sat Jun 19 11:56:26 2010
@@ -43,7 +43,7 @@
my $json_any = eval { require JSON::Any; JSON::Any->import; JSON::Any->new
}
or warn "Can't load JSON::Any module - HTML visualizations skipped.\n";
-our $VERSION = '4.02';
+our $VERSION = '4.03';
if ($VERSION != $Devel::NYTProf::Core::VERSION) {
die "$0 version '$VERSION' doesn't match
version '$Devel::NYTProf::Core::VERSION' of
$INC{'Devel/NYTProf/Core.pm'}\n";
=======================================
--- /trunk/bin/nytprofmerge Thu Jun 17 07:51:01 2010
+++ /trunk/bin/nytprofmerge Sat Jun 19 11:56:26 2010
@@ -18,7 +18,7 @@
require Devel::NYTProf::Data;
use List::Util qw(min);
-our $VERSION = '4.02';
+our $VERSION = '4.03';
if ($VERSION != $Devel::NYTProf::Core::VERSION) {
die "$0 version '$VERSION' doesn't match
version '$Devel::NYTProf::Core::VERSION' of
$INC{'Devel/NYTProf/Core.pm'}\n";
=======================================
--- /trunk/lib/Devel/NYTProf/Core.pm Thu Jun 17 07:51:01 2010
+++ /trunk/lib/Devel/NYTProf/Core.pm Sat Jun 19 11:56:26 2010
@@ -14,7 +14,7 @@
use XSLoader;
-our $VERSION = '4.02'; # increment with XS changes too
+our $VERSION = '4.03'; # increment with XS changes too
XSLoader::load('Devel::NYTProf', $VERSION);
=======================================
--- /trunk/lib/Devel/NYTProf/Reader.pm Fri Jun 18 10:03:13 2010
+++ /trunk/lib/Devel/NYTProf/Reader.pm Sat Jun 19 11:56:26 2010
@@ -11,7 +11,7 @@
###########################################################
package Devel::NYTProf::Reader;
-our $VERSION = '4.01';
+our $VERSION = '4.03';
use warnings;
use strict;
=======================================
--- /trunk/lib/Devel/NYTProf.pm Thu Jun 17 07:51:01 2010
+++ /trunk/lib/Devel/NYTProf.pm Sat Jun 19 11:56:26 2010
@@ -11,7 +11,7 @@
###########################################################
package Devel::NYTProf;
-our $VERSION = '4.02';
+our $VERSION = '4.03';
package # hide the package from the PAUSE indexer
DB;
--
You've received this message because you are subscribed to
the Devel::NYTProf Development User group.
Group hosted at: http://groups.google.com/group/develnytprof-dev
Project hosted at: http://perl-devel-nytprof.googlecode.com
CPAN distribution: http://search.cpan.org/dist/Devel-NYTProf
To post, email: [email protected]
To unsubscribe, email: [email protected]