From e87336cc6001b8d4a2bcef70dd8cb8a56ea5f491 Mon Sep 17 00:00:00 2001 From: Gabe Black Date: Tue, 16 Oct 2007 18:04:46 -0700 Subject: X86: Fix the parser stats which myseriously differ even for the revision they came from. --HG-- extra : convert_revision : bd5fbeeea319bffbc60dcd45ef19603b09fc71ce --- .../20.parser/ref/x86/linux/simple-atomic/config.ini | 1 + .../20.parser/ref/x86/linux/simple-atomic/m5stats.txt | 16 ++++++++-------- tests/long/20.parser/ref/x86/linux/simple-atomic/stderr | 2 +- tests/long/20.parser/ref/x86/linux/simple-atomic/stdout | 6 +++--- 4 files changed, 13 insertions(+), 12 deletions(-) (limited to 'tests/long') diff --git a/tests/long/20.parser/ref/x86/linux/simple-atomic/config.ini b/tests/long/20.parser/ref/x86/linux/simple-atomic/config.ini index 4eb71e426..10efbab5f 100644 --- a/tests/long/20.parser/ref/x86/linux/simple-atomic/config.ini +++ b/tests/long/20.parser/ref/x86/linux/simple-atomic/config.ini @@ -54,6 +54,7 @@ euid=100 executable=/dist/m5/cpu2000/binaries/x86/linux/parser gid=100 input=/dist/m5/cpu2000/data/parser/mdred/input/parser.in +max_stack_size=67108864 output=cout pid=100 ppid=99 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 8f033a43d..8c942dab9 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 892072 # Simulator instruction rate (inst/s) -host_mem_usage 179660 # Number of bytes of host memory used -host_seconds 1699.28 # Real time elapsed on the host -host_tick_rate 517205729 # Simulator tick rate (ticks/s) +host_inst_rate 601084 # Simulator instruction rate (inst/s) +host_mem_usage 179664 # Number of bytes of host memory used +host_seconds 2521.91 # Real time elapsed on the host +host_tick_rate 348496572 # Simulator tick rate (ticks/s) sim_freq 1000000000000 # Frequency of simulated ticks -sim_insts 1515877384 # Number of instructions simulated +sim_insts 1515877389 # Number of instructions simulated sim_seconds 0.878876 # Number of seconds simulated -sim_ticks 878876322500 # Number of ticks simulated +sim_ticks 878876325000 # 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 1757752646 # number of cpu cycles simulated -system.cpu.num_insts 1515877384 # Number of instructions executed +system.cpu.numCycles 1757752651 # number of cpu cycles simulated +system.cpu.num_insts 1515877389 # Number of instructions executed system.cpu.num_refs 533543283 # Number of memory references system.cpu.workload.PROG:num_syscalls 541 # Number of system calls diff --git a/tests/long/20.parser/ref/x86/linux/simple-atomic/stderr b/tests/long/20.parser/ref/x86/linux/simple-atomic/stderr index 46a429e22..06e25e229 100644 --- a/tests/long/20.parser/ref/x86/linux/simple-atomic/stderr +++ b/tests/long/20.parser/ref/x86/linux/simple-atomic/stderr @@ -1,4 +1,4 @@ -0: system.remote_gdb.listener: listening for remote gdb on port 7000 +0: system.remote_gdb.listener: listening for remote gdb on port 7002 warn: Entering event queue @ 0. Starting simulation... warn: instruction 'fnstcw_Mw' unimplemented warn: instruction 'fldcw_Mw' unimplemented diff --git a/tests/long/20.parser/ref/x86/linux/simple-atomic/stdout b/tests/long/20.parser/ref/x86/linux/simple-atomic/stdout index 7c8274dbb..431314b14 100644 --- a/tests/long/20.parser/ref/x86/linux/simple-atomic/stdout +++ b/tests/long/20.parser/ref/x86/linux/simple-atomic/stdout @@ -64,9 +64,9 @@ The Regents of The University of Michigan All Rights Reserved -M5 compiled Oct 12 2007 10:09:31 -M5 started Fri Oct 12 12:42:44 2007 +M5 compiled Oct 15 2007 20:49:03 +M5 started Mon Oct 15 20:49:24 2007 M5 executing on nacho command line: build/X86_SE/m5.fast -d build/X86_SE/tests/fast/long/20.parser/x86/linux/simple-atomic tests/run.py long/20.parser/x86/linux/simple-atomic Global frequency set at 1000000000000 ticks per second -Exiting @ tick 878876322500 because target called exit() +Exiting @ tick 878876325000 because target called exit() -- cgit v1.2.3