Skip to content

Instantly share code, notes, and snippets.

@nate-robo
Created December 4, 2018 16:23
Show Gist options
  • Save nate-robo/d0eb4bb2ac31bf385f3835e22e1054a1 to your computer and use it in GitHub Desktop.
Save nate-robo/d0eb4bb2ac31bf385f3835e22e1054a1 to your computer and use it in GitHub Desktop.
Debug VIM performance - see what processes + execution speed during vim actions
: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