Move memory usage statistics to ra_prof

This commit is contained in:
Aleksey Kladov 2019-06-30 13:30:17 +03:00
parent e18389d268
commit 18a1e092e9
9 changed files with 78 additions and 68 deletions

View file

@ -32,4 +32,4 @@ tempfile = "3"
test_utils = { path = "../test_utils" }
[features]
jemalloc = [ "ra_ide_api/jemalloc" ]
jemalloc = [ "ra_prof/jemalloc" ]