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

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

bug#25197: 26.0.50; notifications-notify is extremely slow with double b


From: Lars Ingebrigtsen
Subject: bug#25197: 26.0.50; notifications-notify is extremely slow with double buffering
Date: Wed, 15 Sep 2021 10:01:06 +0200
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/28.0.50 (gnu/linux)

Peter Münster <pm@a16n.net> writes:

> time src/emacs -g 150x50 -Q --eval "(progn (require 'notifications)
> (dotimes (i 20) (notifications-notify :title \"TEST\")) (kill-emacs))"
>
> real    0m0.505s
> user    0m0.286s
> sys     0m0.033s
>
> time src/emacs -g 500x200 -Q --eval "(progn (require 'notifications)
> (dotimes (i 20) (notifications-notify :title \"TEST\")) (kill-emacs))"
>
> real    0m4.287s
> user    0m0.525s
> sys     0m0.088s

Just to check -- how long does

time src/emacs -g 500x200 -Q --eval "(kill-emacs)"

take?

-- 
(domestic pets only, the antidote for overdose, milk.)
   bloggy blog: http://lars.ingebrigtsen.no





reply via email to

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