# HG changeset patch # User Jordi GutiƩrrez Hermoso # Date 1314126002 18000 # Node ID 7aa9cb7aaa3298cefd71d89935762ae3c9e556d5 # Parent 4a39209844f445a3d2e57e713841864ce1092b22 Announce in NEWS that we now have a profiler diff -r 4a39209844f4 -r 7aa9cb7aaa32 NEWS --- a/NEWS Mon Aug 22 21:23:28 2011 -0400 +++ b/NEWS Tue Aug 23 14:00:02 2011 -0500 @@ -3,6 +3,10 @@ ** The PCRE library is now required to build Octave. + ** Octave now features a profiler, thanks to the work of Daniel Kraft + under the Google Summer of Code mentorship program. The manual has + been updated to reflect this addition. + ** strread, textscan, and textread have been completely revamped. They now support nearly all Matlab functionality including: @@ -28,6 +32,8 @@ iscolumn issrow zscore + profile + profshow ** Deprecated functions.