emacs-devel
[Top][All Lists]
Advanced

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

Re: macOS metal rendering engine in mac port


From: Eli Zaretskii
Subject: Re: macOS metal rendering engine in mac port
Date: Sun, 30 May 2021 09:27:31 +0300

> From: Aaron Jensen <aaronjensen@gmail.com>
> Date: Sat, 29 May 2021 14:40:09 -0700
> Cc: Alan Third <alan@idiocy.org>, emacs-devel@gnu.org
> 
> Here's another benchmark:
> 
> (defun type-benchmark ()
>        (interactive)
>        (let ((oldgc gcs-done)
>              (oldtime (float-time)))
>          (cl-loop for x from 1 to 300 do
>                   (insert-char ?j) (redisplay))
>          (message "GCs: %d Elapsed time: %f seconds"
>                     (- gcs-done oldgc) (- (float-time) oldtime))))

In a buffer visiting what file?



reply via email to

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