mirror of
https://github.com/rust-lang/rust-analyzer
synced 2025-01-12 21:28:51 +00:00
Fix typo in env-var quoting
This commit is contained in:
parent
5a8ddb4b2d
commit
e23cfeac71
1 changed files with 1 additions and 1 deletions
|
@ -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…
Reference in a new issue