Revision history for Perl extension Devel::SmallProf. 1.15 1 Nov 2003 - call subs on the right context (void/scalar/array) 1.14 31 Oct 2003 - time function from Time::HiRes was not being used! - suppress warning messages 1.13 31 Oct 2003 - support for SMALLPROF_CONFIG - add grep-mode output - eliminate DB::sub overhead under perl 5.8.0 or newer (feature commented out) 1.12 31 Oct 2003 - Compensate DB::dub overhead (patch by Chris Sander) - README changed to follow current uses 1.11 19 May 2003 - version number bumped to 1.xx because 0.9 > 0.10 0.10 19 May 2003 - Fixed to work under perl 5.8.0 - test file names changed to be more Windows friendly 0.9 8 Aug 2000 - Fixed up test suite to work under 5.6.0. 0.8 26 Jul 2000 - Made SmallProf -w-clean (at least so far as I can tell :-) 0.7 28 Jul 1999 - Some cleanup on sub profiling and locales - fixed up and added some tests 0.6 11 Jul 1999 - Cleanup on part4.t and part1.t (Thanks!) - Removed special Win32 support as Time::HiRes now works on Win32 - Fixed a bug in sub sub where $1 and $2 were getting clobbered. - Increased size of execution count column - Added CPU times 0.5 - Added rudimentary subroutine profiling. - Set ref to keep code listings around for non-subroutine-defining evals. - Added support for .smallprof (the options file). - Lots of work to make Win32 stuff work correctly. 0.4 12 Jan 1998 - Removed the use vars--fully specifying all non-my variables. - Added $DB::profile flag to turn profiling on and off. - Added %DB::packages support to profile only in certain packages. - Read source lines from @main::_