ale icon indicating copy to clipboard operation
ale copied to clipboard

Profiling in ALE

Open abid-k opened this issue 3 years ago • 0 comments

Hello,

I am using clang-tidy for CPP linting. But I noticed that inside the vim, ALE takes almost 10x more time compared to running clang-tidy outside vim.

I tried vim profile option (attached the log). I couldn't extract any meaningful info from it (First time with vim profiling). profile.log

But I wanted to check if there is any better profile option in ALE to get more info of how much time it takes to lint and process the result.

abid-k avatar Mar 13 '22 15:03 abid-k