Closed EmilioLaiso closed 2 years ago
A handy way to limit the number of lines printed by the allocator breakdown using the precision syntax in the calling code. I.E.: println!("{:.20?}", alloc);
println!("{:.20?}", alloc);
A handy way to limit the number of lines printed by the allocator breakdown using the precision syntax in the calling code. I.E.:
println!("{:.20?}", alloc);