Revision: 1302
Author: [email protected]
Date: Wed Jun 16 15:46:51 2010
Log: Add extra message to distinguish raw loading (Reading) with collapsing evals etc (Processing).

http://code.google.com/p/perl-devel-nytprof/source/detail?r=1302

Modified:
 /trunk/lib/Devel/NYTProf/Data.pm

=======================================
--- /trunk/lib/Devel/NYTProf/Data.pm    Thu Jun 10 03:24:38 2010
+++ /trunk/lib/Devel/NYTProf/Data.pm    Wed Jun 16 15:46:51 2010
@@ -88,6 +88,8 @@

     return undef if $args->{callback};

+    print "Processing $file data\n" unless $args->{quiet};
+
     bless $profile => $class;

     my $fid_fileinfo = $profile->{fid_fileinfo};

--
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]

Reply via email to