[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: switch-to-buffer slow on PGTK
From: |
Tassilo Horn |
Subject: |
Re: switch-to-buffer slow on PGTK |
Date: |
Thu, 01 Feb 2024 18:19:34 +0100 |
User-agent: |
Cyrus-JMAP/3.11.0-alpha0-144-ge5821d614e-fm-20240125.002-ge5821d61 |
Am Do, 1. Feb 2024, um 18:15, schrieb Jonas Damm:
> This is the output of the profiler:
>
> 22,744,487 98% + command-execute
> 453,256 1% + redisplay_internal (C function)
> 7,279 0% Automatic GC
> 912 0% + timer-event-handler
> 21 0% + help-command-error-confusable-suggestions
> 0 0% ...
>
> How can i narrow it down further?
You can expand the tree below command-execute by clicking on the + sign. But
note that the time (22secs) also contains the time Emacs waited for your input.
Bye,
Tassilo