make output more pretty
This commit is contained in:
parent
17374c5fcc
commit
a595050be3
|
|
@ -1 +1,2 @@
|
|||
/target
|
||||
log.txt
|
||||
|
|
@ -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: {}",
|
||||
|
|
|
|||
Loading…
Reference in New Issue