On Mar 7, 2009, at 4:18 PM, Tim Bunce wrote:
>>
>> Ah yes, I am able to get source included with your example or with a
>> small test script that just loads a few modules.  However I still do
>> not get source with a very large app that is setup to exit after
>> loading everything.  I will try and narrow it down to a test case,
>> although this may be rather difficult...
>>
>> Here's my output (trace not included as it's very large):
>
> It would be useful to know what proportion of the 'New fid' lines have
> 'with src'.

OK, here we go:

$ NYTPROF=trace=2:savesrc=1:use_db_sub=1 perl -d:NYTProf slimserver.pl  
2>&1 | grep 'New fid' | wc -l

1122

$ NYTPROF=trace=2:savesrc=1:use_db_sub=1 perl -d:NYTProf slimserver.pl  
2>&1 | grep 'with src' | wc -l

1122

So it looks like 'with src' doesn't mean the source was actually saved.

Interestingly, this time the nytprof.out file was only 680K.

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