oblitum / vim-timings

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Vim Timings

Assorted codes for checking completion speed.

coc.nvim vs nvim-cmp

  • :so timings.vim
  • <leader>T to start recording delays between InsertCharPre and CompleteChanged
  • type some code
  • <leader>T to stop recording delays
  • :TimingsSave examples/cmp-timings.json nvim-cmp to export timings with a given title
  • $julia -i -- timings.jl examples/coc-timings.json examples/cmp-timings.json to plot timing series
  • call timings(ARGS) from Julia REPL to refresh plots for updated data
GPLv3

About

License:GNU General Public License v3.0


Languages

Language:Julia 59.8%Language:Vim Script 40.2%