DEBUG: Add some info on how to debug
This commit is contained in:
parent
15dca42666
commit
4724e18f76
1 changed files with 15 additions and 0 deletions
15
config.org
15
config.org
|
|
@ -1386,6 +1386,21 @@ https://www.emacswiki.org/emacs/TransparentEmacs
|
||||||
(global-set-key (kbd "C-x t") 'toggle-transparency)
|
(global-set-key (kbd "C-x t") 'toggle-transparency)
|
||||||
#+END_SRC
|
#+END_SRC
|
||||||
|
|
||||||
|
* Debugging
|
||||||
|
|
||||||
|
Just some ways to debug lags, etc.
|
||||||
|
|
||||||
|
#+BEGIN_SRC
|
||||||
|
M-x profiler-start
|
||||||
|
|
||||||
|
...do stuff...
|
||||||
|
|
||||||
|
M-x profiler-report
|
||||||
|
#+END_SRC
|
||||||
|
|
||||||
|
Some usefull links:
|
||||||
|
- https://emacs.stackexchange.com/questions/5359/how-can-i-troubleshoot-a-very-slow-emacs
|
||||||
|
|
||||||
* TODO
|
* TODO
|
||||||
|
|
||||||
stuff i need to look into:
|
stuff i need to look into:
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue