On Sat, Feb 20, 2010 at 12:50:12PM +0000, [email protected] wrote:
> @@ -3257,8 +3257,6 @@ > sc[NYTP_SCi_CALL_COUNT] = output_uv_from_av(aTHX_ av, > NYTP_SCi_CALL_COUNT, 0) * 1.0; > sc[NYTP_SCi_INCL_RTIME] = output_nv_from_av(aTHX_ av, > NYTP_SCi_INCL_RTIME, 0.0); > sc[NYTP_SCi_EXCL_RTIME] = output_nv_from_av(aTHX_ av, > NYTP_SCi_EXCL_RTIME, 0.0); > - sc[NYTP_SCi_INCL_UTIME] = output_nv_from_av(aTHX_ av, > NYTP_SCi_INCL_UTIME, 0.0); > - sc[NYTP_SCi_INCL_STIME] = output_nv_from_av(aTHX_ av, > NYTP_SCi_INCL_STIME, 0.0); > @@ -4034,8 +4031,6 @@ > unsigned int count = read_int(); > NV incl_time = read_nv(); > NV excl_time = read_nv(); > - NV ucpu_time = read_nv(); > - NV scpu_time = read_nv(); > NV reci_time = read_nv(); You have changed the file format there. Was that intentional? Nicholas Clark -- 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]
