logging: provide tree-sitter parsing and query time #940
Labels
A-tree-sitter
Area: Tree-sitter
C-enhancement
Category: Improvements
E-good-first-issue
Call for participation: Issues suitable for new contributors
Describe your feature request
Provide very simple logging for tree-sitter on
INFO
/-vvv
, so users can estimate expections of tree-sitter performance: 1.parsing
andquery
time can be printed separately.As of now, tree-sitter timings are not logged at all:
hx -vvv ir.cpp
of ir.cpp shows only content fromhelix_lsp::transport
andmio::poll
.Details truncated to 125 symbols line length, because some stuff is giantic in output even on only opening files. The same output uncovered bug #941.
The text was updated successfully, but these errors were encountered: