Vim profiling

From wikinotes
Revision as of 00:26, 10 February 2024 by Will (talk | contribs) (Created page with "<source lang="vim"> :profile start profile.log :profile func * :profile file * " At this point do slow actions :profile pause :noautocmd qall! </source>")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
:profile start profile.log
:profile func *
:profile file *
" At this point do slow actions
:profile pause
:noautocmd qall!