regressions: x86: stats updates due to new x87 insts
[gem5.git] / tests / quick / se / 00.hello / ref / x86 / linux / simple-timing-ruby / stats.txt
1
2 ---------- Begin Simulation Statistics ----------
3 sim_seconds 0.000122 # Number of seconds simulated
4 sim_ticks 121759 # Number of ticks simulated
5 final_tick 121759 # Number of ticks from beginning of simulation (restored from checkpoints and never reset)
6 sim_freq 1000000000 # Frequency of simulated ticks
7 host_inst_rate 25458 # Simulator instruction rate (inst/s)
8 host_op_rate 46114 # Simulator op (including micro ops) rate (op/s)
9 host_tick_rate 575943 # Simulator tick rate (ticks/s)
10 host_mem_usage 167352 # Number of bytes of host memory used
11 host_seconds 0.21 # Real time elapsed on the host
12 sim_insts 5381 # Number of instructions simulated
13 sim_ops 9748 # Number of ops (including micro ops) simulated
14 system.ruby.l1_cntrl0.cacheMemory.num_data_array_reads 0 # number of data array reads
15 system.ruby.l1_cntrl0.cacheMemory.num_data_array_writes 0 # number of data array writes
16 system.ruby.l1_cntrl0.cacheMemory.num_tag_array_reads 0 # number of tag array reads
17 system.ruby.l1_cntrl0.cacheMemory.num_tag_array_writes 0 # number of tag array writes
18 system.ruby.l1_cntrl0.cacheMemory.num_tag_array_stalls 0 # number of stalls caused by tag array
19 system.ruby.l1_cntrl0.cacheMemory.num_data_array_stalls 0 # number of stalls caused by data array
20 system.cpu.workload.num_syscalls 11 # Number of system calls
21 system.cpu.numCycles 121759 # number of cpu cycles simulated
22 system.cpu.numWorkItemsStarted 0 # number of work items this cpu started
23 system.cpu.numWorkItemsCompleted 0 # number of work items this cpu completed
24 system.cpu.committedInsts 5381 # Number of instructions committed
25 system.cpu.committedOps 9748 # Number of ops (including micro ops) committed
26 system.cpu.num_int_alu_accesses 9655 # Number of integer alu accesses
27 system.cpu.num_fp_alu_accesses 0 # Number of float alu accesses
28 system.cpu.num_func_calls 0 # number of times a function call or return occured
29 system.cpu.num_conditional_control_insts 899 # number of instructions that are conditional controls
30 system.cpu.num_int_insts 9655 # number of integer instructions
31 system.cpu.num_fp_insts 0 # number of float instructions
32 system.cpu.num_int_register_reads 24822 # number of times the integer registers were read
33 system.cpu.num_int_register_writes 11063 # number of times the integer registers were written
34 system.cpu.num_fp_register_reads 0 # number of times the floating registers were read
35 system.cpu.num_fp_register_writes 0 # number of times the floating registers were written
36 system.cpu.num_mem_refs 1988 # number of memory refs
37 system.cpu.num_load_insts 1053 # Number of load instructions
38 system.cpu.num_store_insts 935 # Number of store instructions
39 system.cpu.num_idle_cycles 0 # Number of idle cycles
40 system.cpu.num_busy_cycles 121759 # Number of busy cycles
41 system.cpu.not_idle_fraction 1 # Percentage of non-idle cycles
42 system.cpu.idle_fraction 0 # Percentage of idle cycles
43
44 ---------- End Simulation Statistics ----------