fosstodon.org is one of the many independent Mastodon servers you can use to participate in the fediverse.
Fosstodon is an invite only Mastodon instance that is open to those who are interested in technology; particularly free & open source software. If you wish to join, contact us for an invite.

Administered by:

Server stats:

10K
active users

TIL about :emacs:

If Emacs is slow to respond, you can analyse runtime behaviour with the built-in profiler.

1. Start the profiler (`M-x profiler-start`) for CPU usage.
2. Do a bit of representative work for a short while.
3. Stop the profiler (`M-x profiler-report`).
4. Check the report buffer for function calls that are high in relative CPU time.

Documentation:

gnu.org/software/emacs/manual/

www.gnu.orgProfiling (GNU Emacs Lisp Reference Manual)Profiling (GNU Emacs Lisp Reference Manual)