]> code.delx.au - gnu-emacs/commitdiff
Small NEWS update re profiling
authorGlenn Morris <rgm@gnu.org>
Fri, 9 Nov 2012 08:42:54 +0000 (00:42 -0800)
committerGlenn Morris <rgm@gnu.org>
Fri, 9 Nov 2012 08:42:54 +0000 (00:42 -0800)
The previously described sequence start, stop, report does nothing.
Ref http://lists.gnu.org/archive/html/emacs-devel/2012-10/msg00010.html

etc/NEWS

index 0136bedc19a12a9535b976960bd5cbdd09124a91..edc20318ef8a4005bc50635a287ca2253c8a056d 100644 (file)
--- a/etc/NEWS
+++ b/etc/NEWS
@@ -777,9 +777,9 @@ are deprecated and will be removed eventually.
 * Lisp changes in Emacs 24.3
 
 ** New sampling-based Elisp profiler.
-Try M-x profiler-start ... M-x profiler-stop; and then M-x profiler-report.
-The sampling rate can be based on CPU time (only supported on some
-systems), or based on memory allocations.
+Try M-x profiler-start, do some work, and then call M-x profiler-report.
+When finished, use M-x profiler-stop.  The sampling rate can be based on
+CPU time (only supported on some systems) or memory allocations.
 
 +++
 ** CL-style generalized variables are now in core Elisp.