Created
July 25, 2023 01:38
-
-
Save aanari/15473113eb9ce5cba8add31fafedff55 to your computer and use it in GitHub Desktop.
Profiling Neovim Performance
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
: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