From 028a5e50d23276ad42e5b34a7c2e20e8dd96b0a8 Mon Sep 17 00:00:00 2001 From: Glenn Morris Date: Fri, 9 Nov 2012 00:42:54 -0800 Subject: [PATCH] Small NEWS update re profiling The previously described sequence start, stop, report does nothing. Ref http://lists.gnu.org/archive/html/emacs-devel/2012-10/msg00010.html --- etc/NEWS | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/etc/NEWS b/etc/NEWS index 0136bedc19a..edc20318ef8 100644 --- 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. -- 2.39.5