rust/crates/rust-analyzer/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
..
bin Fix bench to work with relative paths 2020-07-04 17:03:02 +02:00
cli Add Item change to the set of benches 2020-07-04 17:04:33 +02:00
diagnostics Cleanup 2020-06-26 12:06:08 +02:00
caps.rs Don't categorize things we don't care about 2020-07-02 18:01:22 -04:00
cargo_target_spec.rs Implement rust-analyzer feature configuration to tests. 2020-07-02 16:13:24 +02:00
cli.rs Structured search debugging 2020-07-01 16:50:45 +10:00
config.rs Fix typo 2020-07-05 11:19:16 +02:00
diagnostics.rs Use more of FxHash* 2020-06-29 18:07:52 +03:00
dispatch.rs Minor 2020-06-26 00:27:57 +02:00
from_proto.rs Tweak visibility 2020-06-25 01:02:08 +02:00
global_state.rs Indicate when project needs a reload 2020-07-02 15:34:12 +02:00
handlers.rs Add a command to compute memory usage statistics 2020-07-07 12:10:14 +02:00
lib.rs Move progress reporting to utils 2020-06-26 16:33:57 +02:00
line_endings.rs Simplify 2020-06-28 01:30:45 +03:00
lsp_ext.rs Add a command to compute memory usage statistics 2020-07-07 12:10:14 +02:00
lsp_utils.rs Minor 2020-06-26 17:17:38 +02:00
main_loop.rs Add a command to compute memory usage statistics 2020-07-07 12:10:14 +02:00
markdown.rs Rename folder 2020-02-18 12:37:45 +01:00
reload.rs Move cargo metadata off the main loop 2020-07-02 17:39:51 +02:00
request_metrics.rs Flatten module hierarchy 2020-06-24 18:57:30 +02:00
semantic_tokens.rs Update injection mechanism and stop injecting through highlight element, switch to more general new highlight tag, generic 2020-06-23 12:13:50 -04:00
thread_pool.rs Move TaskPool into GlobalState 2020-06-25 15:35:42 +02:00
to_proto.rs Modernize unqualified reference completion tests 2020-07-07 12:52:09 +02:00