Remove unique and move VerboseTimingGuard fields into a new struct

This commit is contained in:
John Kåre Alsaker 2023-03-21 18:41:45 +01:00
parent f60d2eb6c1
commit 6c57dda44d
4 changed files with 32 additions and 35 deletions

View file

@ -1359,7 +1359,7 @@ pub fn main() -> ! {
if let Some(format) = callbacks.time_passes {
let end_rss = get_resident_set_size();
print_time_passes_entry("total", start_time.elapsed(), start_rss, end_rss, format, true);
print_time_passes_entry("total", start_time.elapsed(), start_rss, end_rss, format);
}
process::exit(exit_code)