lastquestion / explain-pause-mode

top, but for Emacs.
GNU General Public License v3.0
240 stars 6 forks source link

ignore functions run on idle timers / when idle? #104

Open unhammer opened 2 years ago

unhammer commented 2 years ago

explain-pause-top shows a lot of slow things that don't bother me because they get called from run-with-idle-timer. Can we filter these out? For example by either Somehow checking if they were called by run-with-idle-timer, or just checking if idle-time is over some threshold before including them.