[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
- point-at-final-line, Emanuel Berg, 2018/01/26
- Re: point-at-final-line, Ben Bacarisse, 2018/01/26
- Message not available
- Re: point-at-final-line, Stefan Monnier, 2018/01/28
- Message not available
- Re: point-at-final-line, Emanuel Berg, 2018/01/28
- Re: point-at-final-line, Eli Zaretskii, 2018/01/28
- Message not available
- Re: point-at-final-line, Emanuel Berg, 2018/01/29
- Re: point-at-final-line, Eli Zaretskii, 2018/01/29
- Message not available
- Re: point-at-final-line, Emanuel Berg, 2018/01/29
- Re: point-at-final-line, Eli Zaretskii, 2018/01/29
- Message not available
- Re: point-at-final-line, Emanuel Berg, 2018/01/29
- Re: point-at-final-line, Eli Zaretskii, 2018/01/29
- Re: point-at-final-line, Stefan Monnier, 2018/01/29