log scripts/general/profshow.m @ 18792:6d14aa793e0a

age author description
Thu, 15 May 2014 09:31:43 -0700 Rik profshow.m: Use current profiler data if there is no input data.
Fri, 07 Mar 2014 09:10:46 +0100 Daniel Kraft Add column with time percentage to profshow output.
Wed, 23 Oct 2013 22:09:27 -0400 John W. Eaton maint: Update copyright notices for release.
Fri, 24 Feb 2012 18:06:48 -0800 Rik profshow.m: Add more input validation tests
Mon, 13 Feb 2012 07:29:44 -0800 Rik Use Octave coding conventions in all m-file %!test blocks
Mon, 13 Feb 2012 07:38:23 -0800 Rik doc: Use Octave preference for double quote in docstrings in scripts/
Fri, 20 Jan 2012 12:59:53 -0800 Rik Revamp %!demos in m-files to use Octave coding conventions on spacing, etc.
Mon, 02 Jan 2012 14:25:41 -0500 John W. Eaton maint: update copyright notices for 2012 stable
Mon, 07 Nov 2011 02:56:06 -0500 John W. Eaton don't define functions in test and demo blocks
Thu, 22 Sep 2011 16:01:28 -0500 Jordi GutiƩrrez Hermoso Put @seealso in profiler functions' docstrings.
Thu, 15 Sep 2011 12:51:10 -0400 John W. Eaton maint: untabify and remove trailing whitespace from source files
Sat, 03 Sep 2011 13:15:02 -0400 John W. Eaton codesprint: tests or profshow
Fri, 19 Aug 2011 16:39:09 +0200 Daniel Kraft Add index into FunctionTable to profshow output table.
Tue, 26 Jul 2011 19:07:20 -0500 Jordi GutiƩrrez Hermoso profshow.m: Change Matlab-style single quotes to Octave-style double quotes
Mon, 25 Jul 2011 11:24:18 +0200 Daniel Kraft Show recursive-flag of functions in profshow.
Fri, 22 Jul 2011 15:30:52 -0700 Rik Vectorize and use Octave coding conventions for profile script files
Wed, 20 Jul 2011 18:33:42 +0200 Daniel Kraft Implement the profshow function to print profiler results.