rust/crates/rust-analyzer
bors[bot] 73e972a173
Merge #5244
5244: Add a command to compute memory usage statistics r=matklad a=jonas-schievink

This allows inspecting memory usage on a live rust-analyzer instance after it has been used interactively.

This will only work with `--features jemalloc`, so maybe it should print something more useful when that's not available? Right now it will just print 0 Bytes for every query.

Co-authored-by: Jonas Schievink <jonas.schievink@ferrous-systems.com>
2020-07-07 11:00:04 +00:00
..
src Merge #5244 2020-07-07 11:00:04 +00:00
tests/heavy_tests Move cargo metadata off the main loop 2020-07-02 17:39:51 +02:00
build.rs Fix fmt 2020-06-19 02:25:07 +08:00
Cargo.toml analysis-stats: allow parallel type inference 2020-06-30 17:00:17 +02:00