Revision: 885 Author: tim.bunce Date: Wed Oct 28 03:40:28 2009 Log: Tweak ARCHLIB_EXP comment and slowops Change note
http://code.google.com/p/perl-devel-nytprof/source/detail?r=885 Modified: /trunk/Changes /trunk/NYTProf.xs ======================================= --- /trunk/Changes Mon Oct 26 15:56:52 2009 +++ /trunk/Changes Wed Oct 28 03:40:28 2009 @@ -26,8 +26,9 @@ Added slowops=N option which enables profiling of potentially slow perl opcodes (e.g., system calls and regexs). They're treated like xsubs. + slowops=0 disables profiling of 'slowops' slowops=1 puts timings into one package ("CORE::", eg CORE::sleep) - slowops=2 puts timings into into the package that made the + slowops=2 (the defaut) puts timings into into the package that made the call, e.g., "Foo::CORE:sleep" (note the single colon). Added sigexit=1 option to enable a useable profile when the process ======================================= --- /trunk/NYTProf.xs Wed Oct 28 03:32:54 2009 +++ /trunk/NYTProf.xs Wed Oct 28 03:40:28 2009 @@ -915,7 +915,7 @@ NYTP_printf(out, ":%s=%s\n", "application", SvPV_nolen(sv)); /* %Config values */ NYTP_printf(out, ":%s=%s\n", "PRIVLIB_EXP", PRIVLIB_EXP); -#ifdef ARCHLIB_EXP +#ifdef ARCHLIB_EXP /* not defined if would be same as PRIVLIB_EXP */ NYTP_printf(out, ":%s=%s\n", "ARCHLIB_EXP", ARCHLIB_EXP); #endif --~--~---------~--~----~------------~-------~--~----~ 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] -~----------~----~----~----~------~----~------~--~---
