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…
Add table
Add a link
Reference in a new issue