make output more pretty
This commit is contained in:
parent
17374c5fcc
commit
a595050be3
|
|
@ -1 +1,2 @@
|
||||||
/target
|
/target
|
||||||
|
log.txt
|
||||||
|
|
@ -78,6 +78,10 @@ fn main() -> anyhow::Result<()> {
|
||||||
|
|
||||||
let stats = cpu.execute(RunMode::Run)?;
|
let stats = cpu.execute(RunMode::Run)?;
|
||||||
|
|
||||||
|
println!();
|
||||||
|
println!(" ========== STATS ===========");
|
||||||
|
println!();
|
||||||
|
|
||||||
if verbose {
|
if verbose {
|
||||||
println!(
|
println!(
|
||||||
"Total cycles: {}, Memory Access score: {}",
|
"Total cycles: {}, Memory Access score: {}",
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue