diff --git a/host/src/main.rs b/host/src/main.rs index 15f9f918..83fc2559 100644 --- a/host/src/main.rs +++ b/host/src/main.rs @@ -163,7 +163,7 @@ mod memory { pub(crate) fn print_stats(title: &str) { let max_memory = get_max_allocated(); println!( - "{}{}.{} MB", + "{}{}.{:06} MB", title, max_memory / 1000000, max_memory % 1000000