make output more pretty

This commit is contained in:
Steve Biedermann 2024-12-12 15:27:12 +01:00
parent 17374c5fcc
commit a595050be3
2 changed files with 5 additions and 0 deletions

1
.gitignore vendored
View File

@ -1 +1,2 @@
/target
log.txt

View File

@ -78,6 +78,10 @@ fn main() -> anyhow::Result<()> {
let stats = cpu.execute(RunMode::Run)?;
println!();
println!(" ========== STATS ===========");
println!();
if verbose {
println!(
"Total cycles: {}, Memory Access score: {}",