Skip to content

Instantly share code, notes, and snippets.

@pmalek
Last active August 17, 2017 11:43
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save pmalek/679dcfbaa0c9137a495fce47feab9410 to your computer and use it in GitHub Desktop.
Save pmalek/679dcfbaa0c9137a495fce47feab9410 to your computer and use it in GitHub Desktop.
vim profiling (e.g. for finding slow plugins)
http://stackoverflow.com/a/12216578/675100
:profile start profile.log
:profile func *
:profile file *
" At this point do slow actions
:profile pause
:noautocmd qall!
// --------------------
http://stackoverflow.com/a/20519492/675100
:syntime on
move around in your ruby file and then
:syntime report
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment