Skip to content

Instantly share code, notes, and snippets.

@aanari
Created July 25, 2023 01:38
Show Gist options
  • Save aanari/15473113eb9ce5cba8add31fafedff55 to your computer and use it in GitHub Desktop.
Save aanari/15473113eb9ce5cba8add31fafedff55 to your computer and use it in GitHub Desktop.
Profiling Neovim Performance
:profile start profile.log
:profile func *
:profile file *
" At this point do slow actions
:profile pause
:noautocmd qall!
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment