mirror of
https://github.com/rust-lang/rust-analyzer.git
synced 2025-09-29 05:15:04 +00:00
Move memory usage statistics to ra_prof
This commit is contained in:
parent
e18389d268
commit
18a1e092e9
9 changed files with 78 additions and 68 deletions
|
@ -32,4 +32,4 @@ tempfile = "3"
|
|||
test_utils = { path = "../test_utils" }
|
||||
|
||||
[features]
|
||||
jemalloc = [ "ra_ide_api/jemalloc" ]
|
||||
jemalloc = [ "ra_prof/jemalloc" ]
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue