]> git.eshelyaron.com Git - emacs.git/commitdiff
; * etc/NEWS: Restore entry that had been inadvertently deleted.
authorStefan Kangas <stefan@marxist.se>
Mon, 6 Sep 2021 06:47:10 +0000 (08:47 +0200)
committerStefan Kangas <stefan@marxist.se>
Mon, 6 Sep 2021 06:49:37 +0000 (08:49 +0200)
etc/NEWS

index 9b7cc8f33befa792dab68eeaa6e86f60b17f3b2c..2d15ada4384ab9450c9b7ba6e192ead112273991 100644 (file)
--- a/etc/NEWS
+++ b/etc/NEWS
@@ -3286,6 +3286,10 @@ It is written as '(:success BODY...)' where BODY is executed
 whenever the protected form terminates without error, with the
 specified variable bound to the the value of the protected form.
 
+** New function 'benchmark-call' to measure the execution time of a function.
+Additionally, the number of repetitions can be expressed as a minimal duration
+in seconds.
+
 +++
 ** A function can now be thrown to the 'exit' label in addition to t or nil.
 The command loop will call it with zero arguments before returning.