Revision: 866 Author: tim.bunce Date: Fri Oct 2 14:24:18 2009 Log: This test is sensitive to the perl version (calls appear from fid 3 or fid 4) I don't want to deal with that now so I'll sync to the results for the perl I'm using
http://code.google.com/p/perl-devel-nytprof/source/detail?r=866 Modified: /trunk/t/test61-submerge.rdt ======================================= --- /trunk/t/test61-submerge.rdt Sat Sep 26 15:57:33 2009 +++ /trunk/t/test61-submerge.rdt Fri Oct 2 14:24:18 2009 @@ -28,11 +28,11 @@ fid_fileinfo 2 sub main::__ANON__[(eval 0)[test61-submerge.p:8]:1] 1-1 fid_fileinfo 2 call 1 main::foo [ 1 0 0 0 0 0 0 main::__ANON__[(eval 0)[test61-submerge.p:8]:1] ] fid_fileinfo 3 [ (eval 0)[test61-submerge.p:8] 1 8 3 2 0 0 ] -fid_fileinfo 3 sub main::CORE:print 0-0 -fid_fileinfo 3 sub main::RUNTIME 1-1 fid_fileinfo 3 sub main::__ANON__[(eval 0)[test61-submerge.p:8]:1] 1-1 fid_fileinfo 3 call 1 main::foo [ 1 0 0 0 0 0 0 main::__ANON__[(eval 0)[test61-submerge.p:8]:1] ] fid_fileinfo 4 [ (eval 0)[test61-submerge.p:8] 1 8 4 2 0 0 ] +fid_fileinfo 4 sub main::CORE:print 0-0 +fid_fileinfo 4 sub main::RUNTIME 1-1 fid_fileinfo 4 sub main::__ANON__[(eval 0)[test61-submerge.p:8]:1] 1-1 fid_fileinfo 4 call 1 main::foo [ 1 0 0 0 0 0 0 main::__ANON__[(eval 0)[test61-submerge.p:8]:1] ] fid_line_time 1 4 [ 0 3 ] @@ -51,9 +51,9 @@ profile_modes fid_line_time line profile_modes fid_sub_time sub sub_subinfo main::BEGIN [ 1 0 0 0 0 0 0 0 ] -sub_subinfo main::CORE:print [ 3 0 0 3 0 0 0 0 ] +sub_subinfo main::CORE:print [ 4 0 0 3 0 0 0 0 ] sub_subinfo main::CORE:print called_by 1 4 [ 3 0 0 0 0 0 0 main::foo ] -sub_subinfo main::RUNTIME [ 3 1 1 0 0 0 0 0 ] +sub_subinfo main::RUNTIME [ 4 1 1 0 0 0 0 0 ] sub_subinfo main::__ANON__[(eval 0)[test61-submerge.p:8]:1] [ 2 1 1 3 0 0 0 0 ] sub_subinfo main::__ANON__[(eval 0)[test61-submerge.p:8]:1] called_by 1 8 [ 3 0 0 0 0 0 0 main::RUNTIME ] sub_subinfo main::foo [ 1 4 4 3 0 0 0 0 ] --~--~---------~--~----~------------~-------~--~----~ 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] -~----------~----~----~----~------~----~------~--~---
