mirror of
https://github.com/rust-lang/rust-analyzer.git
synced 2025-09-28 11:20:54 +00:00
Merge #9261
9261: minor: dev/architecture.md: Fix typo in env-var quoting r=lnicola a=lf- Co-authored-by: Jade <software@lfcode.ca>
This commit is contained in:
commit
a274ae384e
@ -428,7 +428,7 @@ Rather than spawning futures or scheduling callbacks (open), the event loop acce
|
||||
It's easy to see all the things that trigger rust-analyzer processing, together with their performance
|
||||
|
||||
rust-analyzer includes a simple hierarchical profiler (`hprof`).
|
||||
It is enabled with `RA_PROFILE='*>50` env var (log all (`*`) actions which take more than `50` ms) and produces output like:
|
||||
It is enabled with `RA_PROFILE='*>50'` env var (log all (`*`) actions which take more than `50` ms) and produces output like:
|
||||
|
||||
```
|
||||
85ms - handle_completion
|
||||
|
Loading…
x
Reference in New Issue
Block a user