Skip to main content

Questions tagged [profiler]

0 votes
0 answers
68 views

For the last couple of weeks, emacs in my machine have become intermittently slow. It works fine, then suddenly (I have yet to find any triggering keystroke) it slows down for about fifteen seconds. ...
Masroor's user avatar
  • 123
0 votes
1 answer
37 views

Recently I must wait ~10 seconds for helm-bookmarks to appear. Does somebody discover anything helpful in the cpu profiler report? 456 80% - command-execute 228 40% - call-interactively ...
jjk's user avatar
  • 786
1 vote
0 answers
134 views

These two questions 1 2 provide some tools to profile and debug emacs. But it doesn't explain exactly how to use those tools to figure out a problem with emacs. Once you have the profiling reports, ...
leinad's user avatar
  • 156
0 votes
1 answer
60 views

Recently emacs freezes for multiple seconds, while process emacs --daemon -f exwm enable CPU usage goes up to 100%. I tried --debug-init instead of --daemon but still remain in the dark about the ...
jjk's user avatar
  • 786
1 vote
1 answer
95 views

To profile Elisp code, I tried benchmark.el and some profiler--prefixed built-in functions. But all their reports are either non-human-readable or inadequate. I think the ideal outcome is like what ...
shynur's user avatar
  • 6,200
1 vote
1 answer
424 views

I'm experiencing serious performance degradation whenever I'm in dart-mode and LSP is enabled. This is a strange one because Emacs I don't experience any performance degradation on a fresh instance ...
migdsb's user avatar
  • 111
3 votes
1 answer
1k views

When I use Emacs it seems fine mostly, but since recently every couple of minutes it becomes extremely slow for a while. When I change focus to another app, and come back after a while, it is ...
hraban's user avatar
  • 221
5 votes
1 answer
122 views

I have been trying to make the start-up times better. Almost all of my init.el is broken into use-package declarations like this: (use-package x ...) (use-package y ...) (use-package z ...) I want to ...
scribe's user avatar
  • 1,160
1 vote
2 answers
647 views

Emacs on my Mac got upgraded when I upgraded some other package in Homebrew and now working with Markdown files is very slow. I'm now running the railwaycat/emacsmacport/emacs-mac package version with ...
kuzzooroo's user avatar
  • 331
0 votes
1 answer
86 views

I'm trying to figure out why my emacs was slow tonight and found: - command-execute 82796 87% - call-interactively ...
Li Chen's user avatar
  • 137
1 vote
0 answers
52 views

After calling profiler-report after doing profiler-start and selecting mem I get the following error: maphash: Wrong type argument: number-or-marker-p, unbound Any Idea why?
sp00kyb00g13's user avatar
3 votes
1 answer
101 views

Is there a way to profile or time code that simulates interactive editing? The gist of what I want to do is that I have some code that runs during font-lock, and sometimes it makes editing sluggish. ...
John Kitchin's user avatar
  • 12.2k
4 votes
1 answer
323 views

I used M-x profiler-start RET RET then after a few other operations I did M-x profiler-stop. Then M-x profiler-report. It doesn't show any profile data. I am using OSX. Where is profile data ...
user40129's user avatar
  • 141
3 votes
0 answers
259 views

I'm trying to profile the usually excellent find-things-fast package to figure out why it's slow in my project. I started profiling with profiler-start, executed the command that's slow (ftf-find-...
zeptonaut's user avatar
  • 131
4 votes
0 answers
3k views

I have a serious problem with an extremely slow spacemacs startup (emacs-init-time = ~200s). (The server works, but this is so slow I cannot debug some other problems that I am trying to fix) My ...
guest's user avatar
  • 41

15 30 50 per page