Is there some way to find out, what in Emacs is causing spurious cpu usage?
Since a few days I notice Emacs retaining high CPU usage despite not being used actively, having no subprocesses, and not being in blocking state. M-: (all-threads) is empty, except for (current-thread). I also wasn't able to reproduce the issue across sessions.
I am using Emacs on Windows 10, so many unix tools will not be applicable.
debug-on-quitand hittingC-gwhen Emacs is maxing CPU might give a hint.toggle-debug-on-quitandC-gdon't trigger the debugger. And since the CPU usage has incrased, it remains constantly at "11%" (one of 8 cores).toggle-debug-on-quitandC-gdon't trigger the debugger" - not at all? Are you didn't toggledebug-on-quitoff by accident?