stats.txt (9013:afa278317136) stats.txt (9039:9a22621c741c)
1
2---------- Begin Simulation Statistics ----------
3sim_seconds 0.000012 # Number of seconds simulated
4sim_ticks 12198000 # Number of ticks simulated
5final_tick 12198000 # Number of ticks from beginning of simulation (restored from checkpoints and never reset)
6sim_freq 1000000000000 # Frequency of simulated ticks
1
2---------- Begin Simulation Statistics ----------
3sim_seconds 0.000012 # Number of seconds simulated
4sim_ticks 12198000 # Number of ticks simulated
5final_tick 12198000 # Number of ticks from beginning of simulation (restored from checkpoints and never reset)
6sim_freq 1000000000000 # Frequency of simulated ticks
7host_inst_rate 10821 # Simulator instruction rate (inst/s)
8host_op_rate 19598 # Simulator op (including micro ops) rate (op/s)
9host_tick_rate 24369729 # Simulator tick rate (ticks/s)
10host_mem_usage 271424 # Number of bytes of host memory used
11host_seconds 0.50 # Real time elapsed on the host
7host_inst_rate 27776 # Simulator instruction rate (inst/s)
8host_op_rate 50299 # Simulator op (including micro ops) rate (op/s)
9host_tick_rate 62542635 # Simulator tick rate (ticks/s)
10host_mem_usage 245428 # Number of bytes of host memory used
11host_seconds 0.20 # Real time elapsed on the host
12sim_insts 5416 # Number of instructions simulated
13sim_ops 9809 # Number of ops (including micro ops) simulated
14system.physmem.bytes_read 28864 # Number of bytes read from this memory
15system.physmem.bytes_inst_read 19328 # Number of instructions bytes read from this memory
16system.physmem.bytes_written 0 # Number of bytes written to this memory
17system.physmem.num_reads 451 # Number of read requests responded to by this memory
18system.physmem.num_writes 0 # Number of write requests responded to by this memory
19system.physmem.num_other 0 # Number of other requests responded to by this memory

--- 55 unchanged lines hidden (view full) ---

75system.cpu.rename.RunCycles 3522 # Number of cycles rename is running
76system.cpu.rename.UnblockCycles 718 # Number of cycles rename is unblocking
77system.cpu.rename.RenamedInsts 24463 # Number of instructions processed by rename
78system.cpu.rename.ROBFullEvents 3 # Number of times rename has blocked due to ROB full
79system.cpu.rename.IQFullEvents 50 # Number of times rename has blocked due to IQ full
80system.cpu.rename.LSQFullEvents 591 # Number of times rename has blocked due to LSQ full
81system.cpu.rename.FullRegisterEvents 1 # Number of times there has been no free registers
82system.cpu.rename.RenamedOperands 35223 # Number of destination operands rename has renamed
12sim_insts 5416 # Number of instructions simulated
13sim_ops 9809 # Number of ops (including micro ops) simulated
14system.physmem.bytes_read 28864 # Number of bytes read from this memory
15system.physmem.bytes_inst_read 19328 # Number of instructions bytes read from this memory
16system.physmem.bytes_written 0 # Number of bytes written to this memory
17system.physmem.num_reads 451 # Number of read requests responded to by this memory
18system.physmem.num_writes 0 # Number of write requests responded to by this memory
19system.physmem.num_other 0 # Number of other requests responded to by this memory

--- 55 unchanged lines hidden (view full) ---

75system.cpu.rename.RunCycles 3522 # Number of cycles rename is running
76system.cpu.rename.UnblockCycles 718 # Number of cycles rename is unblocking
77system.cpu.rename.RenamedInsts 24463 # Number of instructions processed by rename
78system.cpu.rename.ROBFullEvents 3 # Number of times rename has blocked due to ROB full
79system.cpu.rename.IQFullEvents 50 # Number of times rename has blocked due to IQ full
80system.cpu.rename.LSQFullEvents 591 # Number of times rename has blocked due to LSQ full
81system.cpu.rename.FullRegisterEvents 1 # Number of times there has been no free registers
82system.cpu.rename.RenamedOperands 35223 # Number of destination operands rename has renamed
83system.cpu.rename.RenameLookups 70482 # Number of register rename lookups that rename has made
84system.cpu.rename.int_rename_lookups 70466 # Number of integer rename lookups
83system.cpu.rename.RenameLookups 70488 # Number of register rename lookups that rename has made
84system.cpu.rename.int_rename_lookups 70472 # Number of integer rename lookups
85system.cpu.rename.fp_rename_lookups 16 # Number of floating rename lookups
86system.cpu.rename.CommittedMaps 14707 # Number of HB maps that are committed
87system.cpu.rename.UndoneMaps 20516 # Number of HB maps that are undone due to squashing
88system.cpu.rename.serializingInsts 33 # count of serializing insts renamed
89system.cpu.rename.tempSerializingInsts 33 # count of temporary serializing insts renamed
90system.cpu.rename.skidInsts 1918 # count of insts added to the skid buffer
91system.cpu.memDep0.insertedLoads 2376 # Number of loads inserted to the mem dependence unit.
92system.cpu.memDep0.insertedStores 1791 # Number of stores inserted to the mem dependence unit.

--- 185 unchanged lines hidden (view full) ---

278system.cpu.idleCycles 7670 # Total number of cycles that the CPU has spent unscheduled due to idling
279system.cpu.committedInsts 5416 # Number of Instructions Simulated
280system.cpu.committedOps 9809 # Number of Ops (including micro ops) Simulated
281system.cpu.committedInsts_total 5416 # Number of Instructions Simulated
282system.cpu.cpi 4.504616 # CPI: Cycles Per Instruction
283system.cpu.cpi_total 4.504616 # CPI: Total CPI of All Threads
284system.cpu.ipc 0.221995 # IPC: Instructions Per Cycle
285system.cpu.ipc_total 0.221995 # IPC: Total IPC of All Threads
85system.cpu.rename.fp_rename_lookups 16 # Number of floating rename lookups
86system.cpu.rename.CommittedMaps 14707 # Number of HB maps that are committed
87system.cpu.rename.UndoneMaps 20516 # Number of HB maps that are undone due to squashing
88system.cpu.rename.serializingInsts 33 # count of serializing insts renamed
89system.cpu.rename.tempSerializingInsts 33 # count of temporary serializing insts renamed
90system.cpu.rename.skidInsts 1918 # count of insts added to the skid buffer
91system.cpu.memDep0.insertedLoads 2376 # Number of loads inserted to the mem dependence unit.
92system.cpu.memDep0.insertedStores 1791 # Number of stores inserted to the mem dependence unit.

--- 185 unchanged lines hidden (view full) ---

278system.cpu.idleCycles 7670 # Total number of cycles that the CPU has spent unscheduled due to idling
279system.cpu.committedInsts 5416 # Number of Instructions Simulated
280system.cpu.committedOps 9809 # Number of Ops (including micro ops) Simulated
281system.cpu.committedInsts_total 5416 # Number of Instructions Simulated
282system.cpu.cpi 4.504616 # CPI: Cycles Per Instruction
283system.cpu.cpi_total 4.504616 # CPI: Total CPI of All Threads
284system.cpu.ipc 0.221995 # IPC: Instructions Per Cycle
285system.cpu.ipc_total 0.221995 # IPC: Total IPC of All Threads
286system.cpu.int_regfile_reads 35454 # number of integer regfile reads
286system.cpu.int_regfile_reads 35460 # number of integer regfile reads
287system.cpu.int_regfile_writes 22063 # number of integer regfile writes
288system.cpu.fp_regfile_reads 4 # number of floating regfile reads
289system.cpu.misc_regfile_reads 7402 # number of misc regfile reads
290system.cpu.icache.replacements 0 # number of replacements
291system.cpu.icache.tagsinuse 145.636183 # Cycle average of tags in use
292system.cpu.icache.total_refs 1561 # Total number of references to valid blocks.
293system.cpu.icache.sampled_refs 304 # Sample count of references to valid blocks.
294system.cpu.icache.avg_refs 5.134868 # Average number of references to valid blocks.

--- 266 unchanged lines hidden ---
287system.cpu.int_regfile_writes 22063 # number of integer regfile writes
288system.cpu.fp_regfile_reads 4 # number of floating regfile reads
289system.cpu.misc_regfile_reads 7402 # number of misc regfile reads
290system.cpu.icache.replacements 0 # number of replacements
291system.cpu.icache.tagsinuse 145.636183 # Cycle average of tags in use
292system.cpu.icache.total_refs 1561 # Total number of references to valid blocks.
293system.cpu.icache.sampled_refs 304 # Sample count of references to valid blocks.
294system.cpu.icache.avg_refs 5.134868 # Average number of references to valid blocks.

--- 266 unchanged lines hidden ---