diff options
author | Gabe Black <gabeblack@google.com> | 2017-03-29 16:14:05 -0700 |
---|---|---|
committer | Gabe Black <gabeblack@google.com> | 2017-04-05 18:40:59 +0000 |
commit | f7ddc4672a17ee4fab3011bb1b570cc7c17dff28 (patch) | |
tree | 1b09ee7160f513160fdbd766af3afed63f053e1d /tests/quick/se/01.hello-2T-smt/ref | |
parent | 8ebc3834651857ae5e2ea755844f263d9a8c34ae (diff) | |
download | gem5-f7ddc4672a17ee4fab3011bb1b570cc7c17dff28.tar.xz |
stats: Update some stats after simulated program exit behavior was changed.
The following CL delayed program exit and changed the stats for many if not
most of the SE mode regressions.
commit 2c1286865fc2542a0586ca4ff40b00765d17b348
Author: Brandon Potter <Brandon.Potter@amd.com>
Date: Wed Mar 1 14:52:23 2017 -0600
syscall-emul: Rewrite system call exit code
Change-Id: Id241f2b7d5374947597c715ee44febe1acc5ea16
Reviewed-on: https://gem5-review.googlesource.com/2656
Maintainer: Jason Lowe-Power <jason@lowepower.com>
Reviewed-by: Jason Lowe-Power <jason@lowepower.com>
Diffstat (limited to 'tests/quick/se/01.hello-2T-smt/ref')
3 files changed, 12 insertions, 12 deletions
diff --git a/tests/quick/se/01.hello-2T-smt/ref/alpha/linux/o3-timing-mt/config.ini b/tests/quick/se/01.hello-2T-smt/ref/alpha/linux/o3-timing-mt/config.ini index 5c4d73bb2..d465f3325 100644 --- a/tests/quick/se/01.hello-2T-smt/ref/alpha/linux/o3-timing-mt/config.ini +++ b/tests/quick/se/01.hello-2T-smt/ref/alpha/linux/o3-timing-mt/config.ini @@ -739,7 +739,7 @@ executable=/usr/local/google/home/gabeblack/gem5/dist/m5/regression/test-progs/h gid=100 input=cin kvmInSE=false -max_stack_size=67108864 +maxStackSize=67108864 output=cout pgid=100 pid=100 @@ -763,7 +763,7 @@ executable=/usr/local/google/home/gabeblack/gem5/dist/m5/regression/test-progs/h gid=100 input=cin kvmInSE=false -max_stack_size=67108864 +maxStackSize=67108864 output=cout pgid=100 pid=101 diff --git a/tests/quick/se/01.hello-2T-smt/ref/alpha/linux/o3-timing-mt/simout b/tests/quick/se/01.hello-2T-smt/ref/alpha/linux/o3-timing-mt/simout index 98b12d0fa..45d42fd47 100755 --- a/tests/quick/se/01.hello-2T-smt/ref/alpha/linux/o3-timing-mt/simout +++ b/tests/quick/se/01.hello-2T-smt/ref/alpha/linux/o3-timing-mt/simout @@ -3,12 +3,12 @@ Redirecting stderr to build/ALPHA/tests/opt/quick/se/01.hello-2T-smt/alpha/linux gem5 Simulator System. http://gem5.org gem5 is copyrighted software; use the --copyright option for details. -gem5 compiled Mar 29 2017 21:35:16 -gem5 started Mar 29 2017 21:35:26 -gem5 executing on gabeblack-desktop.mtv.corp.google.com, pid 87431 +gem5 compiled Mar 29 2017 21:52:42 +gem5 started Mar 29 2017 21:52:53 +gem5 executing on gabeblack-desktop.mtv.corp.google.com, pid 118268 command line: /usr/local/google/home/gabeblack/gem5/gem5-public/build/ALPHA/gem5.opt -d build/ALPHA/tests/opt/quick/se/01.hello-2T-smt/alpha/linux/o3-timing-mt --stats-file 'text://stats.txt?desc=False' -re /usr/local/google/home/gabeblack/gem5/gem5-public/tests/testing/../run.py quick/se/01.hello-2T-smt/alpha/linux/o3-timing-mt Global frequency set at 1000000000000 ticks per second Hello world! Hello world! -Exiting @ tick 27117500 because target called exit() +Exiting @ tick 27117500 because exiting with last active thread context diff --git a/tests/quick/se/01.hello-2T-smt/ref/alpha/linux/o3-timing-mt/stats.txt b/tests/quick/se/01.hello-2T-smt/ref/alpha/linux/o3-timing-mt/stats.txt index ed0c77d41..1efa6d783 100644 --- a/tests/quick/se/01.hello-2T-smt/ref/alpha/linux/o3-timing-mt/stats.txt +++ b/tests/quick/se/01.hello-2T-smt/ref/alpha/linux/o3-timing-mt/stats.txt @@ -4,11 +4,11 @@ sim_seconds 0.000027 sim_ticks 27117500 final_tick 27117500 sim_freq 1000000000000 -host_inst_rate 132500 -host_op_rate 132484 -host_tick_rate 281303428 -host_mem_usage 265748 -host_seconds 0.10 +host_inst_rate 121145 +host_op_rate 121128 +host_tick_rate 257188425 +host_mem_usage 265776 +host_seconds 0.11 sim_insts 12770 sim_ops 12770 system.voltage_domain.voltage 1 @@ -755,7 +755,7 @@ system.cpu.cpi_total 4.247142 system.cpu.ipc::0 0.117726 system.cpu.ipc::1 0.117726 system.cpu.ipc_total 0.235452 -system.cpu.int_regfile_reads 23898 +system.cpu.int_regfile_reads 23899 system.cpu.int_regfile_writes 13306 system.cpu.fp_regfile_reads 16 system.cpu.fp_regfile_writes 4 |