rust-analyzer/crates/ra_ide_db/src
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
..
change.rs Add a command to compute memory usage statistics 2020-07-07 12:10:14 +02:00
defs.rs In field patterns, don't highlight local binding as a field 2020-06-10 12:34:23 +02:00
imports_locator.rs Use the existing Semantics in auto_import 2020-07-01 11:48:15 +03:00
lib.rs Switch to fully dynamically dispatched salsa 2020-07-07 10:14:48 +02:00
line_index.rs Fix column conversion for supplementary plane characters 2020-05-05 20:30:52 +03:00
search.rs Reuse Semantics instances 2020-07-01 15:27:01 +03:00
source_change.rs Refactor AssistBuilder to manage a SourceChange 2020-07-07 12:10:18 +02:00
symbol_index.rs Switch to fully dynamically dispatched salsa 2020-07-07 10:14:48 +02:00
wasm_shims.rs Docs 2020-02-06 15:10:17 +01:00