Revision: 1254
Author: [email protected]
Date: Sun May 30 04:24:31 2010
Log: Disable some stray debug.
http://code.google.com/p/perl-devel-nytprof/source/detail?r=1254
Modified:
/trunk/lib/Devel/NYTProf/Reader.pm
=======================================
--- /trunk/lib/Devel/NYTProf/Reader.pm Sun May 30 01:30:17 2010
+++ /trunk/lib/Devel/NYTProf/Reader.pm Sun May 30 04:24:31 2010
@@ -384,7 +384,7 @@
if (my $z = $stats_by_line{0}) {
# typically indicates cases where we could do better
- if ($trace || 1) {
+ if ($trace) {
warn "$filestr has unexpected info for line 0: @{[ %$z
]}\n";
# sub defs: used to be xsubs but they're handled
separately now
# so there are no known causes of this any more
--
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]