Created
December 4, 2018 16:23
-
-
Save nate-robo/d0eb4bb2ac31bf385f3835e22e1054a1 to your computer and use it in GitHub Desktop.
Debug VIM performance - see what processes + execution speed during vim actions
This file contains 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! | |
" Open profile.log and inspect results |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment