diff options
author | Nilay Vaish <nilay@cs.wisc.edu> | 2014-05-23 06:07:02 -0500 |
---|---|---|
committer | Nilay Vaish <nilay@cs.wisc.edu> | 2014-05-23 06:07:02 -0500 |
commit | 0aaa7d10d8ce4bc004de29526930305414295b4a (patch) | |
tree | 7c0d837ad55e2c1ebb18ac5f50ad1b739652918e /tests/long/se/40.perlbmk/ref | |
parent | e685767b58737120841f0538455cedf8710b6684 (diff) | |
download | gem5-0aaa7d10d8ce4bc004de29526930305414295b4a.tar.xz |
stats: changes due to o3 cpu and ruby message buffer patches
Diffstat (limited to 'tests/long/se/40.perlbmk/ref')
-rw-r--r-- | tests/long/se/40.perlbmk/ref/alpha/tru64/o3-timing/stats.txt | 1 | ||||
-rw-r--r-- | tests/long/se/40.perlbmk/ref/arm/linux/o3-timing/stats.txt | 1 |
2 files changed, 0 insertions, 2 deletions
diff --git a/tests/long/se/40.perlbmk/ref/alpha/tru64/o3-timing/stats.txt b/tests/long/se/40.perlbmk/ref/alpha/tru64/o3-timing/stats.txt index 139fd1f12..2a5fe76f4 100644 --- a/tests/long/se/40.perlbmk/ref/alpha/tru64/o3-timing/stats.txt +++ b/tests/long/se/40.perlbmk/ref/alpha/tru64/o3-timing/stats.txt @@ -596,7 +596,6 @@ system.cpu.timesIdled 347595 # Nu system.cpu.idleCycles 15020639 # Total number of cycles that the CPU has spent unscheduled due to idling system.cpu.committedInsts 1823043370 # Number of Instructions Simulated system.cpu.committedOps 1823043370 # Number of Ops (including micro ops) Simulated -system.cpu.committedInsts_total 1823043370 # Number of Instructions Simulated system.cpu.cpi 0.690121 # CPI: Cycles Per Instruction system.cpu.cpi_total 0.690121 # CPI: Total CPI of All Threads system.cpu.ipc 1.449021 # IPC: Instructions Per Cycle diff --git a/tests/long/se/40.perlbmk/ref/arm/linux/o3-timing/stats.txt b/tests/long/se/40.perlbmk/ref/arm/linux/o3-timing/stats.txt index 23a63d881..e51d34500 100644 --- a/tests/long/se/40.perlbmk/ref/arm/linux/o3-timing/stats.txt +++ b/tests/long/se/40.perlbmk/ref/arm/linux/o3-timing/stats.txt @@ -651,7 +651,6 @@ system.cpu.timesIdled 352856 # Nu system.cpu.idleCycles 41281940 # Total number of cycles that the CPU has spent unscheduled due to idling system.cpu.committedInsts 1384370590 # Number of Instructions Simulated system.cpu.committedOps 1885325342 # Number of Ops (including micro ops) Simulated -system.cpu.committedInsts_total 1384370590 # Number of Instructions Simulated system.cpu.cpi 0.908415 # CPI: Cycles Per Instruction system.cpu.cpi_total 0.908415 # CPI: Total CPI of All Threads system.cpu.ipc 1.100818 # IPC: Instructions Per Cycle |