Performance Benchmarking #288
-
How would one go about to measure the time each plugin takes when issuing e.g. a vim movement? I get the feeling that, since the recent addition of some treesitter features, this plugin has become noticeably slower for me. What I experience is really janky movement when I spam What I'm looking for is something like vim-startuptime, but more fine-grained. Any ideas? edit: Ok, I tried with ba98745, which is before the treesitter features and it moves smooth. There has definitely been some performance penalty somewhere. I'll make an issue |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments 4 replies
-
Can you try on this commit 541f097 ? This is before I introduced tree-sitter for folding, maybe that's where the issue happens. |
Beta Was this translation helpful? Give feedback.
-
You can do some performance benchmarking like this:
Do the thing that's slow, and then:
Then open up |
Beta Was this translation helpful? Give feedback.
You can do some performance benchmarking like this:
Do the thing that's slow, and then:
Then open up
profile.log
file that was created