mirror of
https://github.com/rust-lang/rust-analyzer
synced 2024-11-15 01:17:27 +00:00
Make default memory stats less verbose
This commit is contained in:
parent
035fed5f9f
commit
a0957723fe
1 changed files with 1 additions and 1 deletions
|
@ -302,7 +302,7 @@ impl AnalysisStatsCmd {
|
|||
report_metric("total memory", memory.allocated.megabytes() as u64, "MB");
|
||||
}
|
||||
|
||||
if self.memory_usage {
|
||||
if self.memory_usage && verbosity.is_verbose() {
|
||||
print_memory_usage(host, vfs);
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue