From 43cb78004b73c3f98f3429cebb3f846a0f6ac8d3 Mon Sep 17 00:00:00 2001 From: Gabe Black Date: Sun, 21 Oct 2007 18:45:46 -0700 Subject: X86: Start using the stupd microop, and update statistics accordingly. --HG-- extra : convert_revision : 4aa9daa4e19acfb3e6840ce5d83cf199e30c2f19 --- .../00.gzip/ref/x86/linux/simple-atomic/config.ini | 1 + .../00.gzip/ref/x86/linux/simple-atomic/m5stats.txt | 18 +++++++++--------- tests/long/00.gzip/ref/x86/linux/simple-atomic/stdout | 6 +++--- 3 files changed, 13 insertions(+), 12 deletions(-) (limited to 'tests/long/00.gzip') diff --git a/tests/long/00.gzip/ref/x86/linux/simple-atomic/config.ini b/tests/long/00.gzip/ref/x86/linux/simple-atomic/config.ini index ec9da7e16..b66960bf9 100644 --- a/tests/long/00.gzip/ref/x86/linux/simple-atomic/config.ini +++ b/tests/long/00.gzip/ref/x86/linux/simple-atomic/config.ini @@ -54,6 +54,7 @@ euid=100 executable=/dist/m5/cpu2000/binaries/x86/linux/gzip gid=100 input=cin +max_stack_size=67108864 output=cout pid=100 ppid=99 diff --git a/tests/long/00.gzip/ref/x86/linux/simple-atomic/m5stats.txt b/tests/long/00.gzip/ref/x86/linux/simple-atomic/m5stats.txt index cfcd92048..ba5126f4d 100644 --- a/tests/long/00.gzip/ref/x86/linux/simple-atomic/m5stats.txt +++ b/tests/long/00.gzip/ref/x86/linux/simple-atomic/m5stats.txt @@ -1,17 +1,17 @@ ---------- Begin Simulation Statistics ---------- -host_inst_rate 1268236 # Simulator instruction rate (inst/s) -host_mem_usage 175732 # Number of bytes of host memory used -host_seconds 1266.17 # Real time elapsed on the host -host_tick_rate 755026846 # Simulator tick rate (ticks/s) +host_inst_rate 1273928 # Simulator instruction rate (inst/s) +host_mem_usage 175856 # Number of bytes of host memory used +host_seconds 1258.84 # Real time elapsed on the host +host_tick_rate 758576488 # Simulator tick rate (ticks/s) sim_freq 1000000000000 # Frequency of simulated ticks -sim_insts 1605801513 # Number of instructions simulated -sim_seconds 0.955992 # Number of seconds simulated -sim_ticks 955992360500 # Number of ticks simulated +sim_insts 1603675345 # Number of instructions simulated +sim_seconds 0.954929 # Number of seconds simulated +sim_ticks 954929276500 # 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 1911984722 # number of cpu cycles simulated -system.cpu.num_insts 1605801513 # Number of instructions executed +system.cpu.numCycles 1909858554 # number of cpu cycles simulated +system.cpu.num_insts 1603675345 # Number of instructions executed system.cpu.num_refs 607157396 # Number of memory references system.cpu.workload.PROG:num_syscalls 18 # Number of system calls diff --git a/tests/long/00.gzip/ref/x86/linux/simple-atomic/stdout b/tests/long/00.gzip/ref/x86/linux/simple-atomic/stdout index 213c289ed..b0a2189c3 100644 --- a/tests/long/00.gzip/ref/x86/linux/simple-atomic/stdout +++ b/tests/long/00.gzip/ref/x86/linux/simple-atomic/stdout @@ -36,9 +36,9 @@ The Regents of The University of Michigan All Rights Reserved -M5 compiled Oct 12 2007 10:09:31 -M5 started Fri Oct 12 10:23:41 2007 +M5 compiled Oct 19 2007 16:48:38 +M5 started Fri Oct 19 18:08:21 2007 M5 executing on nacho command line: build/X86_SE/m5.fast -d build/X86_SE/tests/fast/long/00.gzip/x86/linux/simple-atomic tests/run.py long/00.gzip/x86/linux/simple-atomic Global frequency set at 1000000000000 ticks per second -Exiting @ tick 955992360500 because target called exit() +Exiting @ tick 954929276500 because target called exit() -- cgit v1.2.3