help-gnu-emacs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: point-at-final-line


From: Emanuel Berg
Subject: Re: point-at-final-line
Date: Sat, 27 Jan 2018 08:05:34 +0100
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/24.4 (gnu/linux)

Marcin Borkowski wrote:

>> (defmacro measure-time (&rest body) "Measure
>> and return the running time of the code
>> block. Not mine:
>> http://nullprogram.com/blog/2009/05/28/";
>> (declare (indent defun)) (let ((start
>> (make-symbol "start"))) `(let ((,start
>> (float-time))) ,@body (- (float-time)
>> ,start))))
>
> Why not use benchmark.el?

My bench has enough marks as it is.
My favorite is when I carved "NO FATE" while
watching Terminator 2. Actually everything
I ever learned how it works socially in life
I got from that movie.

-- 
underground experts united
http://user.it.uu.se/~embe8573


reply via email to

[Prev in Thread] Current Thread [Next in Thread]