On Tue, Jun 30, 2009 at 09:20:13PM -0500, Elliot Shank wrote: > > In trying to profile a program, I'm getting confusing results. > > In the subroutine list, the #1 culprit takes 436s exclusive/530s inclusive. > (The inclusive time seems reasonable. The exclusive time does not.)
Those times come from the subroutine profiler. > In the file list, the module containing that subroutine is reported to have > an exclusive time of 35.9s. Those times come from the statement profiler. > In the line view for said subroutine, the total exclusive time for the lines > is reported as less than 1 second. > > What am I misinterpreting? Or am I running into something weird? All sounds odd. Are string evals or recursion involved? Could you give me a url to the report so I can look at it? Or send me a tarball, including the nytprof.out file. Tim. --~--~---------~--~----~------------~-------~--~----~ 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] -~----------~----~----~----~------~----~------~--~---
