Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Save juancolacelli/3a8797f5ca80781a059aa15e2077fdbb to your computer and use it in GitHub Desktop.
Save juancolacelli/3a8797f5ca80781a059aa15e2077fdbb to your computer and use it in GitHub Desktop.
Test vim performance
let g:profstart=reltime() | for i in range(1,50) | exec "normal \<C-E>" | redraw | endfor | echo reltimestr(reltime(g:profstart)) . ' seconds'
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment