Revision: 947 Author: tim.bunce Date: Thu Dec 10 08:54:55 2009 Log: Fixed typo in comment.
http://code.google.com/p/perl-devel-nytprof/source/detail?r=947 Modified: /trunk/NYTProf.xs ======================================= --- /trunk/NYTProf.xs Thu Dec 10 07:39:11 2009 +++ /trunk/NYTProf.xs Thu Dec 10 08:54:55 2009 @@ -2755,7 +2755,7 @@ /* don't profile calls to non-existant import() methods */ /* or our DB::_INIT as that makes tests perl version sensitive */ || (op_type==OP_ENTERSUB && (sub_sv == &PL_sv_yes || sub_sv == DB_INIT_cv || sub_sv == DB_fin_cv)) - /* don't profile other kids of goto */ + /* don't profile other kinds of goto */ || (op_type==OP_GOTO && !(SvROK(sub_sv) && SvTYPE(SvRV(sub_sv)) == SVt_PVCV)) #ifdef MULTIPLICITY || (my_perl != orig_my_perl) -- 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]
