summaryrefslogtreecommitdiff
path: root/tests/quick/se/02.insttest/ref/sparc/linux/simple-atomic/stats.txt
diff options
context:
space:
mode:
Diffstat (limited to 'tests/quick/se/02.insttest/ref/sparc/linux/simple-atomic/stats.txt')
-rw-r--r--tests/quick/se/02.insttest/ref/sparc/linux/simple-atomic/stats.txt11
1 files changed, 7 insertions, 4 deletions
diff --git a/tests/quick/se/02.insttest/ref/sparc/linux/simple-atomic/stats.txt b/tests/quick/se/02.insttest/ref/sparc/linux/simple-atomic/stats.txt
index 389636d62..de9d99a5d 100644
--- a/tests/quick/se/02.insttest/ref/sparc/linux/simple-atomic/stats.txt
+++ b/tests/quick/se/02.insttest/ref/sparc/linux/simple-atomic/stats.txt
@@ -4,11 +4,13 @@ sim_seconds 0.000008 # Nu
sim_ticks 7618500 # Number of ticks simulated
final_tick 7618500 # Number of ticks from beginning of simulation (restored from checkpoints and never reset)
sim_freq 1000000000000 # Frequency of simulated ticks
-host_inst_rate 296178 # Simulator instruction rate (inst/s)
-host_tick_rate 148615294 # Simulator tick rate (ticks/s)
-host_mem_usage 203776 # Number of bytes of host memory used
+host_inst_rate 298140 # Simulator instruction rate (inst/s)
+host_op_rate 298037 # Simulator op (including micro ops) rate (op/s)
+host_tick_rate 149578582 # Simulator tick rate (ticks/s)
+host_mem_usage 201436 # Number of bytes of host memory used
host_seconds 0.05 # Real time elapsed on the host
sim_insts 15175 # Number of instructions simulated
+sim_ops 15175 # Number of ops (including micro ops) simulated
system.physmem.bytes_read 72223 # Number of bytes read from this memory
system.physmem.bytes_inst_read 60880 # Number of instructions bytes read from this memory
system.physmem.bytes_written 9042 # Number of bytes written to this memory
@@ -23,7 +25,8 @@ system.cpu.workload.num_syscalls 18 # Nu
system.cpu.numCycles 15238 # number of cpu cycles simulated
system.cpu.numWorkItemsStarted 0 # number of work items this cpu started
system.cpu.numWorkItemsCompleted 0 # number of work items this cpu completed
-system.cpu.num_insts 15175 # Number of instructions executed
+system.cpu.committedInsts 15175 # Number of instructions committed
+system.cpu.committedOps 15175 # Number of ops (including micro ops) committed
system.cpu.num_int_alu_accesses 12231 # Number of integer alu accesses
system.cpu.num_fp_alu_accesses 0 # Number of float alu accesses
system.cpu.num_func_calls 385 # number of times a function call or return occured