From 9389ede894895999bf6cb20da64aa5b4c3a400b0 Mon Sep 17 00:00:00 2001 From: Nathan Binkert Date: Tue, 22 Jul 2008 17:01:33 -0400 Subject: [PATCH] tests: There's a small unknown stats difference in 20.parser, accept it. Hopefully if the difference pops back up, we can figure out what it was --- .../ref/x86/linux/simple-atomic/m5stats.txt | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/tests/long/20.parser/ref/x86/linux/simple-atomic/m5stats.txt b/tests/long/20.parser/ref/x86/linux/simple-atomic/m5stats.txt index 5ab585992..b17c478f6 100644 --- a/tests/long/20.parser/ref/x86/linux/simple-atomic/m5stats.txt +++ b/tests/long/20.parser/ref/x86/linux/simple-atomic/m5stats.txt @@ -1,17 +1,17 @@ ---------- Begin Simulation Statistics ---------- -host_inst_rate 1959706 # Simulator instruction rate (inst/s) -host_mem_usage 194472 # Number of bytes of host memory used -host_seconds 757.68 # Real time elapsed on the host -host_tick_rate 1139469005 # Simulator tick rate (ticks/s) +host_inst_rate 1698420 # Simulator instruction rate (inst/s) +host_mem_usage 197800 # Number of bytes of host memory used +host_seconds 874.24 # Real time elapsed on the host +host_tick_rate 987544116 # Simulator tick rate (ticks/s) sim_freq 1000000000000 # Frequency of simulated ticks -sim_insts 1484825787 # Number of instructions simulated +sim_insts 1484825792 # Number of instructions simulated sim_seconds 0.863351 # Number of seconds simulated -sim_ticks 863350524000 # Number of ticks simulated +sim_ticks 863350526500 # Number of ticks simulated system.cpu.idle_fraction 0 # Percentage of idle cycles system.cpu.not_idle_fraction 1 # Percentage of non-idle cycles -system.cpu.numCycles 1726701049 # number of cpu cycles simulated -system.cpu.num_insts 1484825787 # Number of instructions executed +system.cpu.numCycles 1726701054 # number of cpu cycles simulated +system.cpu.num_insts 1484825792 # Number of instructions executed system.cpu.num_refs 533543283 # Number of memory references system.cpu.workload.PROG:num_syscalls 541 # Number of system calls -- 2.30.2