[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: |
Peter Münster |
Subject: |
bug#25197: 26.0.50; notifications-notify is extremely slow with double buffering |
Date: |
Tue, 14 Sep 2021 17:58:32 +0200 |
User-agent: |
Gnus/5.13 (Gnus v5.13) Emacs/27.2 (gnu/linux) |
On Tue, Sep 07 2021, Peter Münster wrote:
> With my installed version 27.2 the first example takes 9 seconds. The
> latter less than 1 second.
Now I've finally compiled Emacs from git-master:
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
--
Peter
signature.asc
Description: PGP signature
- bug#25197: 26.0.50; notifications-notify is extremely slow with double buffering, Lars Ingebrigtsen, 2021/09/03
- bug#25197: 26.0.50; notifications-notify is extremely slow with double buffering, Peter Münster, 2021/09/06
- bug#25197: 26.0.50; notifications-notify is extremely slow with double buffering, Eli Zaretskii, 2021/09/07
- bug#25197: 26.0.50; notifications-notify is extremely slow with double buffering, Peter Münster, 2021/09/07
- bug#25197: 26.0.50; notifications-notify is extremely slow with double buffering,
Peter Münster <=
- bug#25197: 26.0.50; notifications-notify is extremely slow with double buffering, Lars Ingebrigtsen, 2021/09/15
- bug#25197: 26.0.50; notifications-notify is extremely slow with double buffering, Peter Münster, 2021/09/15
- bug#25197: 26.0.50; notifications-notify is extremely slow with double buffering, Lars Ingebrigtsen, 2021/09/16
- bug#25197: 26.0.50; notifications-notify is extremely slow with double buffering, Peter Münster, 2021/09/16